Re: [PHP-DB] Random pick

[email protected] (Karl DeSaulniers)
Newsgroups php.db
Message-ID <[email protected]>
I am trying to avoid doing this:

if ($req_user_level == 0) {
	$req_user_level = "Guest";
} else if ($req_user_level == 1) {
	req_user_level = "Regular User"
}
etc..


Karl DeSaulniers
Design Drumm
http://designdrumm.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.