11-23-2005, 11:17 PM
|
Administrator
|
|
Join Date: Jul 2005
Posts: 46
|
|
Hi, in tdSearch.php find $numresults = null; and afterwards echo out $sql_query (this doesn't have on the ORDER BY / LIMIT parts of the query). If you want the latter, you'll need to COPY $results = mysql_query("THE STUFF IN HERE",$connect); and set it in its own variable to echo onscreen.
|