想用PATH_INFO功能。但是不知道应该加到哪里?解决办法

php中文网
发布: 2016-06-13 10:18:25
原创
890人浏览过

想用PATH_INFO功能。但是不知道应该加到哪里?
这是一个查看网页源代码的功能
网址是这样的
www.vipcha.net/5/
我想实现的功能是这样的
www.vipcha.net/5/www.baidu.com //在原来的基础上增加一个网址。


代码如下: 请高手指点一下。谢谢

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?php$hu = 'yuan';@require_once('global.php');$domain = $_POST['domain'];if($domain){    is_domain($domain) or exit( "<script language=javascript>alert('请输入正确的域名!');location.href='index.php';</script>");    $content = @file_get_contents("http://".$domain);    @require_once('cache.php');    if(file_exists("cache/cache.php")){        @require_once("cache/cache.php");        $urls = filehave($urls,$domain);    }else{        $urls = fileno($domain);    }    writeover("cache/cache.php","<?php\r\n\$urls=".vvar_export($urls).";\r\n?>");}?><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>网页源代码查看器</title><form id="f" action="" method="POST"><input name="domain" type="text" id="domain" class="input" size="40" url="true" value="<?php echo $domain?>"/><input name="btnS" class="but" type="submit" value="查询"  id="sub"/> </form><textarea id="content" name="content" style="width:750px;height:850px;border:1px solid #c5e2f2;overflow:visible;" cols="20" rows="65"><?php echo $content;?></textarea></div>最近查询<table><tr><td align="left" style= "word-wrap:break-word;word-break:break-all"><?php@require_once('cache/cache.php');if($urls){foreach ($urls as $key=>$v){    echo "<a href=http://www.vipcha.net/5/".$urls[$key]." target=_blank>".$urls[$key]."</a>  ";}}?></td></tr></table> 
登录后复制


------解决方案--------------------
表单不要提交

用js跳转

服务器接受参数,启用rewrite
------解决方案--------------------
PHP code
<a style="color:#f60; text-decoration:underline;" title="php" href="https://www.php.cn/zt/15714.html" target="_blank">php</a>//在哪都能加$path_parts = pathinfo($_SERVER['REQUEST_URI']);print_r($path_parts);?&gt;<br><font color="#e78608">------解决方案--------------------</font><br>网址是这样的 www.vipcha.net/5/<br>那么你实际访问的是 www.vipcha.net/5/index.php<br>如果那个 5/ 适当做参数时 那要这样才行 www.vipcha.net/index.php/5<br>这就是 PATH_INFO<br><br>我想实现的功能是这样的<br>www.vipcha.net/5/www.baidu.com<br>这就需要 urlrewrite 了,因为需要隐藏php文件名<br><div class="clear"></div>
登录后复制
相关标签:
php
最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号