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