Hi there,
I'm using a URL to send a variable to a PHP form. The name of the form is emailus.php, and the link to this form is ..
http://www.yyy.com/emailus.php?kewmail=1
So, in other words, I'm trying to pass the variable "kewmail" with value "1" into the form emailus.php.
Now, this does get carried into the form emailus.php, but only to a certain point.
To post the form I'm using the POST method, with the $PHP_SELF action.
Before the form is displayed, the kewmail variable does work, but after submitting the form, this variable is cleared out!
Does anyone have any idea why this variable gets cleared out, and how I can prevent or get around this?
Kind Regards!!
Neil