标题:求助!关于index.php?id=xxx 的问题
取消只看楼主
wxtv
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2009-9-17
结帖率:0
已结贴  问题点数:0 回复次数:0 
求助!关于index.php?id=xxx 的问题
<?php
$id = $_GET['id'];
header("Cache-Control:no-cache,must-revalidate");     
header("Pragma:no-cache");
$lines = file_get_contents(' http://218.22.14.84:8080/soms4/web/jwzt/ahtv/anhui_live.jsp?channelId=200');
$addresstemp = strstr($lines,"mms://");
$address = strtok($addresstemp,"\"");
echo $address;
?>
----------------------------
我想用<?php echo $id?>替换 http://218.22.14.84:8080/soms4/web/jwzt/ahtv/anhui_live.jsp?channelId=200这个中的200的值。

用上面的代码做成index.php的文件。

最后通过index.php?id=200来实现

不知道<?php echo $id?>在 http://218.22.14.84:8080/soms4/web/jwzt/ahtv/anhui_live.jsp?channelId= 如何来表达。望哪位高手指点一下为谢。
搜索更多相关主题的帖子: index php 
2009-09-18 00:06



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-286079-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.268845 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved