I have a form which uses the “GET” method.
This might be a stupid question…
I would need to view the full querystring somehow, of the form when submitting it?
I have Firebug if that would help somehow…
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In PHP, you can use
$_SERVER['QUERY_STRING'].In Firebug, it’s a matter of going to the Network tab and selecting the request. The query string will be in the request line after the first
?.