我不是高手,
要是我的话,我可以用IFRAME来隐藏这url.

解决方案 »

  1.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>网</title>
    </head><frameset rows="0,*" frameborder="NO" border="0" framespacing="0" >
      <frame src="2.htm" name="topFrame" scrolling="NO" noresize >
      <frame src="http://***.***.com/liuyan/index.php?name=myanme
    " name="main">
    </frameset>
    <noframes><body></body></noframes>
    </html>
      

  2.   

    只需这样
    <frameset rows="*" frameborder="NO" border="0" framespacing="0" >
      <frame src="http://http://***.***.com/liuyan/index.php?name=myanme" name="main">
    </frameset>
    <noframes><body></body>
    </noframes>
      

  3.   

    呼呼,我不是高手。
    要是我的话,我回用fopen("http://*****/***","r")打开数据,然后echo 出来。
    给分不?