Page 1 of 1

POST is working as GET

Posted: Fri Jun 03, 2005 11:49 pm
by mvivekananda
Hi there

I am using phpTriad on windows and the problem is though i am using POST method in form.
When I submit the form everything goes through url and nothing comes in $_POST
variable!

if the solution is known to any body plz let me know

Posted: Sat Jun 04, 2005 1:49 am
by anjanesh
The form is in this format and still the name (name1) is sent in the url as page1.php?a=value ?

Code: Select all

<form method=&quote;post&quote; action=&quote;page2.php&quote;>
<input name=&quote;name1&quote;.../>
...
</form>