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