Fatal error: Call to unsupported or undefined function ????while() in /home/sites/site25/web/bb/memberlist.php on line 90
Is this a result of using non-supported functions by php3?
Really, all I am looking for is a way to prevent (COPPA) Users to show up in the "Welcome to our newest user, XXXXX"
And preferably a way to show (COPPA) Users on the index site, as links to their profiles.
I tried to add this in the index.php:
PHP Code:
$getnewestusers=$DB_site->query_first("SELECT userid,username FROM user WHERE userid=$numbersmembers[max] AND usergroupid=2");
where the code I added was "AND usergroupid=2"
Shouldn't this work?
-net