Well, I don't know what the situation is, I _post pass the value.

Source: Internet
Author: User

Reply to discussion (solution)

Try Var_dump ($_post[' title ');

What is the development environment, before I used phpstorm 10 to encounter this situation, my solution is to switch to Apache server can be passed the value of

Var_dump, I tried, I'll try a different Apache.

If you change an Apache, there's no egg. Hey, what's the matter with me?

I'm new, too, and you should try it. It is possible to output the default value of 111, or you can cancel the default value of 111 and your own input is also possible. 2 examples of pro-test effective, hope can help you.






test.php
echo "Output default value is:". $_post["title"];
?>
------Split Line-----




test.php
echo "The value you entered is:". $_post["title"];
?>

Oh,no, or not, but thank you.

Print_r ($_post);
echo file_get_contents (' php://input ');
Look at the results

In addition, enctype= "Multipart/form-data" is removed to see

I also have this problem, later will PHPSTORM10 replaced PHPSTORM9 can use post value, may be PHPSTORM10 built-in server has a problem

Solved finally, put the Phpstorm, replaced by 9

I also have this problem, later will PHPSTORM10 replaced PHPSTORM9 can use post value, may be PHPSTORM10 built-in server has a problem


This is it, I changed 9, and then I can! Thank you
  • 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.