Jump to content

singhy

New Members
  • Posts

    6
  • Joined

  • Last visited

singhy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi I am having problems trying to either include php file or execute a php script within <div with a class> which I use for a drop down menu, every bit of help much appreciated, thanks..singhy <h2 class="hidenextdiv"><a href="#">dropdown menu1</a></h2> <div class="another dropmenuclass"> <h3>Test</h3> want to add my php working code here, have tried includes but no joy, it either breaks the dropdown menu or I am not getting the results back from the database, my script works ok, have tested it separately. <h3> </h3> <div style="clear: both;"> </div> </div>
  2. hi maxxd thanks for the quick reply, will have a look at this, yes you are right its html modal window, singhy
  3. Hi everyone As a new member I am impressed with the response and how helpful folk are, thanks in advance . I am trying to figure out if I can open a html modal window as soon as a link is clicked. e.g. web url link (click this modal window opens in the centre of screen with the results of the query) I don't want to show any info in the toolbar just results of the query ? can this be possible, an example would be handy to see the mechanics of it, are there any browser issues with this ? thanks again ...singhy
  4. Hi GinerJim thanks for the quick response and for the code snippet, it worked a treat, thanks for your help singhy
  5. hi cyberrobot thanks for the reply, I am using php and MySQL, the info given very helpful, thanks singhy
  6. hi all new to webforum and php, how can I enter $_get['id] as I know this id...my code snippet is below $sql = "SELECT x,y,z from tablename WHERE Id='" . $_GET["id"] . "'"; It works fine as it is getting the variable from a another webpage, but I know an id and want to enter it manually just to check a different webpage , thanks in advance....singhy Please give example if the known id=xyztest
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.