提交表單,跳轉不成功,404.想詢問一下是哪裡配置錯誤了嗎 ?初學者用到PhpStorm,沒有配置
400°眼镜的沙子
400°眼镜的沙子 2019-07-17 11:38:33
0
4
1115
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

歡迎<?php echo $_POST["fname"]; ?>!<br>
你的年齡是<?php echo $_POST[ "age"]; ?>  歲。

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

我就是我,看自己都上火

全部回覆(2)
V

另外要注意的其他問題是,在開啟form.html時一定要透過輸入網址的方式打開,不然welcome.php會顯示為純程式碼頁面

  • 回覆 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°眼镜的沙子 作者 2019-08-23 17:29:28
樂成

兩個檔案要在同一個目錄下,例如
page/form.html
page/welcome.php

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板