| 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 | 
| 
 | 
  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>"; 
  
   |