Submit HTML form with GET method with full action path

Posted by Manny Calavera on Stack Overflow See other posts from Stack Overflow or by Manny Calavera
Published on 2010-04-11T15:51:06Z Indexed on 2010/04/11 15:53 UTC
Read the original article Hit count: 564

Filed under:
|
|

Hello. I am trying to submit a form with method GET and action "index.php?id=3". The problem is that it jumps to the url specified but it cuts off "?id=3" part. I need that so I can identify an user. Any ideas on how I could submit the whole url ? I don't want to change this method, by design is much complex than I told you here. It's a simple version.

Any ideas ? Thanks.

© Stack Overflow or respective owner

Related posts about form

Related posts about path