View Single Post
Old September 27th, 2009, 01:12 AM   #5 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
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