Smart Mailer PHP Support Product Page
$_POST variable is empty after sending e-mail
Asked 25 Mar 2011 11:31:26
2
have this question
25 Mar 2011 11:31:26 Francesco Andreani posted:
Hello All,I have a page that sends e-mail and a redirect page where I would like to say "Thank you $_POST['username'] for your mail" but the variable is empty. what's wrong in my code?
Franz
Replies
Replied 25 Mar 2011 12:09:18
25 Mar 2011 12:09:18 Miroslav Zografski replied:
Hello Francesco,
You cannot have the $_POST variables on the redirection page unless you specify the username in the url of the redirection page in smart mailer.
Regards,
You cannot have the $_POST variables on the redirection page unless you specify the username in the url of the redirection page in smart mailer.
Regards,
Replied 29 Mar 2011 12:16:05
29 Mar 2011 12:16:05 Francesco Andreani replied:
Thank you Miroslav and sorry for my delay. Can you explain your response in more details?