How to make dynamic forms connected with mySQL databases.
For example, give Account code in form field and Account name is
filled in form field from mySQL database (can be more than 100,000
rows or more).
After account code is filled in and account name is displayed, user
proceeds to fill other details which may have similar form elements
connected to database.
How do u program these ?