ive been able to get the memberlist going, but now ive come to the point where i wanted to get advanced with the list and be able to edit a user.

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

Notice from BuffaloHELP:
Topic title changed.

 

 

 


Reply