PDA

View Full Version : Listing Users


cheetorama
01-19-2003, 12:41 AM
Because I already had a members section I just set up the PHP to write the user to the board database. But when I try to list the users it does not list them all. Only 4 out of 400. I have updated the counters and it counts all 400 but it still does not list them all. Is there something else I am missing? Everyone can login and post just find but I can not modify anyone without using PHP Admin which is a pain. TIA

I am using PHP.

Xenon
01-19-2003, 09:23 AM
you have to add also the rows to the userfield table

cheetorama
01-19-2003, 06:53 PM
Which rows??

Xenon
01-19-2003, 07:05 PM
each user has a row in the usertable, but if he dosn't have also a row in te userfield table you can't work correct on him..