Page 1 of 1
Populate another two columns by selecting one column
Posted: Fri Sep 04, 2009 12:17 am
by kaosar08
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
Posted: Fri Sep 04, 2009 11:40 am
by Paul_F
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.