May I ask why the data is not submitted to form.php?
叄贰壹
叄贰壹 2020-02-07 20:11:24
0
1
1010

$_POST["fname"] in form.php will report an error and needs to be modified to isset($_POST("fname"))

叄贰壹
叄贰壹

reply all(1)
小梨

That's normal. Post needs related tools or curl to request. If it is not passed in, the deployed environment will prompt the error field by default. Add @ or error_reporting(0) to suppress the error.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template