$var rotation
Posted: Thu Apr 01, 2004 12:20 pm
sorry for the crappy explanation but basically ill explain it
i have a site built for a client but need to add some functionality to it
ok say i have this
now i have a problem tht i cant seem to get my head around
ok, the rotation is based on an e-mail being sent, if the email is sent to $user1 then the next time it will be $user2
im sorry for the crappy explanation as i just dont know how to explain it or let alone implement it
could anyone point me in the right direction
Mal
i have a site built for a client but need to add some functionality to it
ok say i have this
Code: Select all
$user1 = "me";
$user2 = "you";
$user3 = "i";ok, the rotation is based on an e-mail being sent, if the email is sent to $user1 then the next time it will be $user2
im sorry for the crappy explanation as i just dont know how to explain it or let alone implement it
could anyone point me in the right direction
Mal