I run a gaming website.  Sometimes, I have to freeze users for one thing or
another.  But, since there are lots of tables involving users that get
displayed to other users, they still get seen.  One solution to this seems
to be to have an array of frozen users in the header, which I check when
displaying user-related things.  Is this the best solution, and if it is,
what is the best way to do it?  Thanks!


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to