PHP uses the Firefox poster tool to simulate post submission issues
Source: Internet
Author: User
PHP uses Firefox poster tool to simulate post submission issues
I use Firefox's poster tool to simulate post submissions. Submitted to c.php
The content of c.php is
Print_r ($_post);
?>
Use Firefox's poster tool to fill in the URL with the following content http://a.com/c.php
Content-type: Set the text/html
The submitted parameter Seckey is 123, Val is 123
I press post to submit and return the contents to array ()
I changed c.php to the following, print $_get
Print_r ($_get);
?>
I press get to commit and return the contents to array (' seckey ' = ' 123 ', ' val ' = ' 123 ')
May I ask what the problem is. Why Post commits past content, print array is empty
------Solution--------------------
The first step
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.