Populate another two columns by selecting one column
Moderator: General Moderators
Populate another two columns by selecting one column
I have 3 columns like Name, Address, Telephone in mysql database. I want that when I select Name from Listbox, then it will select or show corresponding Address and Telephone in textbox.
Re: Populate another two columns by selecting one column
If the user already exists, when he/she loads the page with the form on it, execute a query to load the user's info (including name) from, for example, a user-info table; else, load defaults.