Hi I'm trying to pass a var through a hidden field like this: <INPUT TYPE=HIDDEN NAME=action VALUE="check">
Problem is that it doesn't show up on the $HTTP_POST_VARS array.
What gives?
Cheers
Nick
The form is an include file if that helps 🙂
If it doesn't show up, then it's either not inside the FORM tags, or you are using the GET method to submit the data.
🙂
That's what I'd have thought but I've checked all the obvious misstakes?
Then by all means, post the suspect code so we can have a look! :-)
Thanks for the help! I'm afraid that by the time I saw your response I'd solved the problem by redesigning with a session var!