PHP Classes

very good script.

Recommend this page to a friend!

      Basic MySQL Search Engine Class  >  All threads  >  very good script.  >  (Un) Subscribe thread alerts  
Subject:very good script.
Summary:Package rating comment
Messages:1
Author:pk1774
Date:2010-05-27 08:17:29
 

pk1774 rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Sufficient
Examples: Good

  1. very good script.   Reply   Report abuse  
Picture of pk1774 pk1774 - 2010-05-27 08:17:29
very good script....but need a little correction in the process.php file
sql query at line no. 23 should be

$sql = "SELECT * FROM $table WHERE $key IN ($data) ";

and inside the while loop it should be

echo "<tr>";
echo "<td>".$row->$fields[1]."</td>";
echo "<td>".$row->$fields[2]."</td>";
echo "</tr>";