Hi,
I have a little query about form stuff.
I want to be able to let people choose a location from a dropdown box. When they choose this location, I want some textfield boxes below to show the data that goes with that location.
So customers come and choose "London" for example;
and the boxes get filled:
Location Name "London"
Location Address "City Center"
Location Email "city@london.com"
etc.....
When these boxes are filled, I want them to be able to edit the data, so change the email to "mayor@london.com" and then update this in the database(MySQL).
Will I need a submit button for the drop down box, and another one for the update? Also, can I do all this on the same page?
Thanks for your help guys!
I have a little query about form stuff.
I want to be able to let people choose a location from a dropdown box. When they choose this location, I want some textfield boxes below to show the data that goes with that location.
So customers come and choose "London" for example;
and the boxes get filled:
Location Name "London"
Location Address "City Center"
Location Email "city@london.com"
etc.....
When these boxes are filled, I want them to be able to edit the data, so change the email to "mayor@london.com" and then update this in the database(MySQL).
Will I need a submit button for the drop down box, and another one for the update? Also, can I do all this on the same page?
Thanks for your help guys!