im trying to make the dropdown box work in edit users and it works.
i have this code
echo "<option
value=\"".$row->uname."\">".$row->uid.":".$row->uname."</option>\n";
BUT the UID doesnt show
anyhelp would be greatly appriciated.
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
im trying to make the dropdown box work in edit users and it works.
i have this code
echo "<option
value=\"".$row->uname."\">".$row->uid.":".$row->uname."</option>\n";
BUT the UID doesnt show
anyhelp would be greatly appriciated.
thanks