Well, the topic explains it really, I am using the command:
Code: Select all
<form action="home.php" action="post">
...
...
</form>
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