ShoeLace1291 Posted February 6, 2009 Share Posted February 6, 2009 Couldn't think of a better topic name without making it too long... lol. Anyways, I am writing a script for my clan's website. The script is supposed to update a database row corresponding to the selected match to report the match's details after it is played. I want to incorporate a "Match Players" option where the admin can select from a list of database members. My question is, what would be the best way to do this? A plain text list with checkboxes would be impractical because there are so many players in my clan already... lol. Thanks for reading, Scott. Quote Link to comment https://forums.phpfreaks.com/topic/144014-match-players/ Share on other sites More sharing options...
Maq Posted February 6, 2009 Share Posted February 6, 2009 This is a really vague question. There are many different ways to do this that rely on what your design already looks like. Grab all the members from the database and put them in links with the GET method. //mysql stuff ">Member: Then on your admin page just grab the $_GET['member'] field and do what you want with it. Quote Link to comment https://forums.phpfreaks.com/topic/144014-match-players/#findComment-755679 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.