View Single Post
Old Aug 21st, 2007, 12:15 AM   #1
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 417
Rep Power: 4 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Combining GET and POST

I have a form which uses the post method but the action parameter uses post.

[html]
<form method="post" action="page.php?var=test">
<input type="text" name="someName"/>
</form>
[/html]
I am having trouble accessing the post elements of the form. What am I doing wrong??:o I sure hope this isn't one of those small stupid things.

Thanks in advance.

I got this resolved, it turned out to be an error in one of the files I was including.

Please delete this post.
__________________
JG-Webdesign

Last edited by big_k105; Aug 21st, 2007 at 2:06 PM. Reason: Resolved
Wizard1988 is offline   Reply With Quote