Senden Sie das Formular ab, der Sprung ist fehlgeschlagen, 404. Möchten Sie fragen, wo der Konfigurationsfehler liegt? Anfänger, die PHPStorm ohne Konfiguration verwenden
400°眼镜的沙子
400°眼镜的沙子 2019-07-17 11:38:33
0
4
1101
form.html:
<html>
<head>
    <meta charset="utf-8">
    <title>php中文网(php.cn)</title>
</head>
<body>
<form action="welcome.php" method="post">
    名字: <input type="text" name="fname">
    年龄: <input type="text" name="age">
    <input type="submit" value="提交">
</form>
</body>
</html>

welcome.php

Willkommen<?php echo $_POST["fname"];!<br>
Dein Alter ist<?php echo $_POST["age"];

400°眼镜的沙子
400°眼镜的沙子

我就是我,看自己都上火

Antworte allen(2)
V

另外需要注意的其他问题是,在打开form.html时一定要通过输入网址的方式打开,不然welcome.php将显示为纯代码页面

  • Antwort http://localhost/Projects/welcome.php The requested URL /Projects/welcome.php was not found on this server. Apache/2.4.23 (Win64) PHP/7.0.10 Server at localhost Port 80 大概是这样的页面显示
    400°眼镜的沙子 Autor 2019-08-23 17:29:28
樂成

两个文件要在同一个目录下,比如
page/form.html
page/welcome.php

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!