Good day,
I managed to create a web form using MySQL/php for capturing user registration details.
I did google and found a few free “search” scripts, but all of what I tried so far inserts the searched data in tabular format(gridview). How can I use php to search for a name for instance and have the record relating to the name show up in my web form fields?
The record doesn’t have to autocomplete as I type, just display the search criteria in my form fileds?
Any examples would be appreciated, since I’m new to php, MySQL and programming