This is a discussion on Re: [PHP] Is there a way to protect PHP's $_POST, $_GET whenuser tamper with post string in URL toolbox within the PHP General forums, part of the PHP Programming Forums category; [snip] I noticed when I use the hidden html input tag with hidden data in it then when I click ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[snip]
I noticed when I use the hidden html input tag with hidden data in it then when I click the submit button to submit the webpage, the hidden data then show up in the URL address. [/snip] I think if you just change the request method to post, the data will not show up in the url. |