Solution to the form that cannot be submitted to PHP: 1. Open the corresponding code file; 2. Modify the "onload="javascript:document.form1.submit();" statement; 3. Change the name of submit Just make some changes.
The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.
What should I do if the from form cannot be submitted to php?
The solution to the problem that the form cannot be automatically submitted to php using html
When writing a web security range, you need to Automatic form submission is used.
管理员后台登陆界面
After checking some information, I used the above method to complete the method of automatically submitting the form. By the way, I also saw a friend saying that you can write an automatic submission form locally and you can do it. Some websites have "no need to log in".
I stepped on a trap and found out after checking for a long time.
First onload="javascript:document.form1.submit();" this statement The form1 must be consistent with the name attribute in the