Jump to content

fill combo box with data


shirvo

Recommended Posts

i want to make a form that lets me (ADMIN) login and pull up someones data from selecting there username from a combo box and then filling the text boxes with there data eg. first name, lastname, email, and userlevel. I want to be able to change the user level and update it in the my sql database
Link to comment
https://forums.phpfreaks.com/topic/29849-fill-combo-box-with-data/
Share on other sites

You want to do it on the same page without submitting data? ie: select the name the the data appears in the boxes that are also on the same page?  Or you select a name, click submit, then edit the data on the next page?

The first option requires javascript and in my opinion is the less efficient way to do it.  The second is a much better option.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.