Click to See Complete Forum and Search --> : Ajax Name Search


Dysan
01-10-2008, 10:23 AM
Using Ajax, how do I search a "Name" field, contained in a database and display the results on the page, upon a user entering a name inside a text box?

dougal85
01-10-2008, 11:18 AM
Something like this might give you a good idea; http://www.w3schools.com/php/php_ajax_livesearch.asp

it uses uses an XML datasource rather than PHP. However, you could just replace that with your source assuming you know how to do some basic database searching operations in PHP.