Home  >  Article  >  Web Front-end  >  How to modify the default submission method of form_HTML/Xhtml_Web page production

How to modify the default submission method of form_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:38:251299browse

The default submission method of html is get instead of post. If you want to change it to post, you must put

method="post" to change it to post submission.

Statement:
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 admin@php.cn