Jump to content

Will_

New Members
  • Posts

    3
  • Joined

  • Last visited

Will_'s Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Changed it to: while($row = mysql_fetch_assoc($query)) { $users = $row['username']; } echo " <select name='cpuser'> <option value='$users'>$users</option> </select> "; It now outputs one drop-down menu but it only displays one of the users.
  2. Ignore the accidental $qa instead of $query. That's not in the real code. (I lost access to my other account so I can't edit it)
×
×
  • 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.