Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.