Simple search with PHP, jQuery and MySQL
http://www.codeforest.net/simple-search-with-php-jquery-and-mysql
στο παραπάνω κώδικα υπάρχει ένα λάθος
$result = $row['title'];
το σωστό είναι
$result = $r['title'];
http://www.reynoldsftw.com/2009/03/live-mysql-database-search-with-jquery/

Πρόσφατα σχόλια