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 TouchToneTommy 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: *

  • Users: beeg
  • Content: Threads
  • Order by date
  1. beeg

    Still stumped

    This block of code creates the table I want and states the number of results, but only displays the commas not the data. Can anyone help? while ($row = mysql_fetch_assoc($result)) { print &quot;<tr>\n&quot;; printf (&quot;<td colspan=\&quot;3\&quot;><p>%s<br> %s, %s</td><td...
  2. beeg

    Frustrated beginner

    PHP question; I know this is alot, but I'm desperate. This script actually calls the whole table rather then meeting the search parameters. Can someone help with altering the php script to actually do what I want it to, find matches for searchtype and searchterm? Thanks - Desperate This is...

Part and Inventory Search

Back
Top