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
POST is working as GET
Moderator: General Moderators
-
mvivekananda
- Forum Newbie
- Posts: 1
- Joined: Fri Jun 03, 2005 11:43 pm
- Contact:
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="e;post"e; action="e;page2.php"e;>
<input name="e;name1"e;.../>
...
</form>