Home  >  Article  >  Backend Development  >  PHP Eclipse从html页面跳转PHP页面问题

PHP Eclipse从html页面跳转PHP页面问题

WBOY
WBOYOriginal
2016-06-23 13:37:081261browse

1、问题

由html页面跳转到PHP页面时,PHP页面的内容无法解析,仅仅返回PHP页面内容。

2、解决方案

将跳转到PHP页面的路径改为绝对路径

3、实例


<span style="font-size:18px;"><form action="http://localhost/Workspace/FirstPHP/TestPost.php" method="post" enctype="multipart/form-data"></form></span>


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php开发之文件上传Next article:帮助理解!