Auto-fill Web Form From Drop Down List – Php/mysql/js

I need a script to auto-fill in content based on a users selection. The script can either read the data from a database or a file. The data it is checking against is large so whichever way is faster and doesn’t “freeze” or slow the browser down then use that way.

How it works:
User is to select from a drop-down list first. Then they enter an ID number. The script needs to check to see if the data inputted matches against the database or file, if so display a button that says “Fill in Data?” or if there is no match give an error that says “No Match Found”.

If the user selects to “Fill in Data” then the script needs to auto-fill a few fields from the information found in the database or file.

Notes:
– The database or files will have over 7,000 entries (rows) so there is a lot of information to check against.

This shouldn’t take long to do.

Please PM me with questions or demos.

Leave a Reply

Your email address will not be published. Required fields are marked *