Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hecheng

    Like function in select statement

    the following is my mysql_query statement $result=mysql_query("select * from elementary where Location like '%".$_POST['textfield']."%'", $mylink); If I input inToronto for my search string, the result does not output the records that have Toronto in them. could anybody...
  2. hecheng

    LIKE function's grammer in select statement

    the following is my mysql_query statement $result=mysql_query("select * from elementary where Location like '%".$_POST['textfield']."%'", $mylink); If I input inToronto for my search string, the result does not output the records that have Toronto in them. could anybody...
  3. hecheng

    LIKE function in Select statement

    Could anyone explain to me how does LIKE function work in the select statement?? Thank You!!
  4. hecheng

    php and Mysql

    this is my PHP code <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;> </head> <body> <?php $mylink=mysql_connect(&quot;localhost&quot;, &quot;root&quot;, &quot;12456&quot;)...
  5. hecheng

    Pop-up menu

    I have created a pop-up menu in dreamweaver. And i placed a Flash file near the pop-up menu which gets cut off at the border of the flash. It seems that the flash covers the pop-up menu where they intersect. Is there a way to fix this problem?? thank you
  6. hecheng

    Extent Pop-up menu

    Hi all, Is it possible to extent Pop-up menu from top frame to mainframe? Right now my pop-up menu gets cut off at the border of the top frame. any help will be appreciated!!! Thank you very much
  7. hecheng

    Dreamweaver Layer

    Hi, I inserted a picture onto a layer which was on my webpage. Then i added a hotspot on the picture so that i could create a pop-up menu. I set the pop-up menu's position to be below the hotspot under the position tab. However, the pop-menu showed no where near the hotspot. It seemed its...

Part and Inventory Search

Back
Top