|
Posted by Lampa Dario on 05/07/06 12:52
I'd like to create a little script to allow users to remove from
mailing list.
I use the folowing code
$remove_msg='Lei riceve questo messaggio poiché si è iscritto alla
newsletter. Potrà revocarla in ogni momento. Per non ricevere la nostra
Newsletter, clicchi qui:'; $urlmail='<a
href="http://www.mysite.com/Mailing/unsubscribe.php?email=';
$urlmail.=$toaddress.'">http://www.mysite.com/Mailing/unsubscribe.php?email='.$toaddress.'</a>';
$message.=$rimozione."\n".$urlmail;
such code add to the messages I send users the instructions to remove
themselves from the mailing list. When the user receives the
message, there is the correct link to the script, followed by his
email address. But in the status bar of the browser the email address
is not present, and infact, ib the unsubscribe.php script, the variable
email is empty.
What's the mistake?
--
Teaching OnLine
Corsi online di programmazione
Php, Asp, C, C++, Visual Basic, Delphi
Linux Shell Programming
------------------------------------
http://www.teachingonline.it
Navigation:
[Reply to this message]
|