View Single Post
Old September 27th, 2009, 12:12 AM   #5 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by Chuck S View Post
Right I am merely stating anything you do or code up would probally be centered around there as thats where we define the $link and $db_link lines.
I basically need something like this:

$mysql_user1="vande11_user1";
$mysql_user2="vande11_user2";
$mysql_user3="vande11_user3;

$random_user = $mysql_user1, $mysql_user1, $mysql_user1

$mysql_user= $random_user

I am guessing this should work for each login.. as it will randomly select a differnet users based on the $random_user
skidpics is offline   Reply With Quote