Hi i am sending and email and i am trying to include a comfirmation link back. Like this:-
$msg .="http://mysite/confirm.php3\t$rand\n";
When i send the email, i get the link but the $rand is not included in the link, it is just text, i want to include it in the link.
$rand, being a randon string i have already saved in my database. I can just check to see if the code exists and then auth the user with the same code, thats the easiest, but how can send the link to include their username and name then the $rand to check for a match?
Cheers
Jules@hungrybear.co.uk