Jump to content

Match Players


ShoeLace1291

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/144014-match-players/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/144014-match-players/#findComment-755679
Share on other sites

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.