shirvo Posted December 7, 2006 Share Posted December 7, 2006 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 Quote Link to comment Share on other sites More sharing options...
artacus Posted December 7, 2006 Share Posted December 7, 2006 So? That pretty much sums up what PHP applications do. What is your question? Quote Link to comment Share on other sites More sharing options...
shirvo Posted December 7, 2006 Author Share Posted December 7, 2006 ok let me say it better. i want to get the shirvo out of the combo box. the way shirvo is in the box is because it was filled with all the usernames from the database. then once i get shirvo out of the combo box i can do the rest. Quote Link to comment Share on other sites More sharing options...
sanfly Posted December 7, 2006 Share Posted December 7, 2006 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. Quote Link to comment Share on other sites More sharing options...
shirvo Posted December 7, 2006 Author Share Posted December 7, 2006 the better one would be good please. or if you want you can show me both Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.