求助前端(html 中 form 表单 action 指向 .php 的问题)
  • 板块学术版
  • 楼主TREE_OI_offical
  • 当前回复5
  • 已保存回复0
  • 发布时间2022/4/7 10:36
  • 上次更新2023/10/28 04:23:50
查看原帖
求助前端(html 中 form 表单 action 指向 .php 的问题)
675275
TREE_OI_offical楼主2022/4/7 10:36

rt, html 中 新增了一个 form 表单,如下:

<form action="../htdocs/submit.php" method="post">
  <textarea class="code" name="code" rows="20" cols="80"></textarea>
  <br/>
  <input class="submit" type="submit" value="submit" />
</form>

其中文件夹内已有 apache2.4 与 php7 成功配置连接启动,htdocs 即为 apache2.4 的 localhost 文件部分。

但是在网页中,点击如上按钮,却下载出 submit.php 文件,无法达到预期效果。

求解决方案。

2022/4/7 10:36
加载中...