What should I do if php cannot transmit the form?

藏色散人
Release: 2023-02-28 11:56:02
original
2083 people have browsed it

What should I do if php cannot transmit the form?

#What should I do if php cannot transmit the form value?

Error code;

html页代码:
php页代码:
Copy after login

Solution:

php is case-sensitive, use $_POST to check.

Another one, in the html part, the end character of the form cannot be seen.





Copy after login

Follow the above steps to improve it. If it still doesn’t work, add a print_r($_POST); in front of mysql_select_db("data"); to see what data can be output.

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of What should I do if php cannot transmit the form?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]
Latest issues
Popular Tutorials
More>
Latest downloads
More>
web effects
Website source code
Website materials
Front end template
About us Disclaimer Sitemap
PHP Chinese website:Public welfare online PHP training,Help PHP learners grow quickly!