Does the client socket send an HTTP POST request to trigger the isset of the server PHP page? Solution Ideas

Source: Internet
Author: User
Tags http post
Does the client socket send an HTTP POST request to trigger the isset of the server PHP page?
I use the socket on the client to send the HTTP POST request

post/send.php http/1.1
Host:www.temp.com
user-agent:mozilla/5.0 (Windows; U Windows NT 5.1; En-us; rv:1.7.6)
gecko/20050225 firefox/1.0.1
content-type:application/x-www-form-urlencoded
Content-length:6
Connection:keep-alive

Testname=a


The www.temp.com/send.php page is as follows



if (Isset ($_post[' submit ')) {
if ($_post[' testname ']== ' a ') {
Judgment processing
}
}
?>

My question is: After the client sends the HTTP request header, the PHP page will execute isset ($_post[' submit ') and judge the contents of the testname?

------Solution--------------------
No!
Because you didn't send the submit this variable
------Solution--------------------
PHP Code
  
  Look at Log.txt, you know.
  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.