Quote:
Originally Posted by Lynne
What does this mean? Are you saying that new users are not getting a new record in that table?
|
Right. I ran the script below and the result is 22574 (which was created in Sep 2009). But after log in forum admin and search by join date, the max user ID is 26033 which was created today.
SELECT max( `userid` )
FROM `user`
max(`userid`)
22574
Thanks.
Michelle