Im not going to say much more, ill just show it
CODE
<input type='hidden' name='editmember[$row[1]]' value='$row[1]'><input type='submit' name='action' value='edit'>
this doesnt work, as soon as i print out the specific username, it displays Array
editmember[] gives the same
and when i do:
CODE
<input type='hidden' name='editmember' value='$row[1]'><input type='submit' name='action' value='edit'>
it displays the username of the admin doing it (me), with any of the members i try to edit.
im clueless, any help is appreciated

