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 "<tr>\n";
printf ("<td colspan=\"3\"><p>%s<br> %s, %s</td><td...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.