modifying data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
James138
Forum Newbie
Posts: 18
Joined: Thu Feb 05, 2004 1:41 pm

modifying data

Post by James138 »

Hi,
Im trying to modify my members details on my website. I have got a menu that drops down and lists all the membersIDs which are saved in the database. Then the details about the individual members should load up in the fields beneath once the MemberID is clicked on. But this is not working. Has anyone got any ideas or suggestions?

Cheers
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

a code snippet would help
User avatar
johnperkins21
Forum Contributor
Posts: 140
Joined: Mon Oct 27, 2003 4:57 pm

Post by johnperkins21 »

You may need to put a button to submit the memberID back to the page so that you can do an SQL query. If you wanted to do it dynamically, I think you need to look into javascript for that.
User avatar
Dr Evil
Forum Contributor
Posts: 184
Joined: Wed Jan 14, 2004 9:56 am
Location: Switzerland

Post by Dr Evil »

Please don't double post !
viewtopic.php?t=18357
Post Reply