php超链接到下个php怎么实现?
假设你的本地为127.0.0.1,你的index.php在 htdocs_try 下。即:
htdocs_tryindex.php
你的另一个页面也在 htdocs_try下
那么你的链接地址就是下面:
<a href="/z_try/ceshi.php">测试<a>
其实你只需要了解,所有本地测试的页面,htdocs 就相当于127.0.0.1,假如有文件夹,就必须附带htdocs文件夹以后的路径
推荐:《PHP教程》