[SOLVED] method="post" turns to get
Posted: Wed Feb 09, 2005 5:32 am
Well, the topic explains it really, I am using the command:
Yet all the variables get passed through the URL instead of the POST variable. I have tried print_r($_POST), nothing is echo'd (apart from Array ( ) ), howeverm it echo's out the inputs successfully when I use print_r($_GET).
Anyone know what the problem is, this has happened to me a couple of times over the past couple of months, even though I use the form tag hundreds of times, 95% working correctly.
Thanks
Code: Select all
<form action="home.php" action="post">
...
...
</form>Anyone know what the problem is, this has happened to me a couple of times over the past couple of months, even though I use the form tag hundreds of times, 95% working correctly.
Thanks