当前位置: 首页 > php > 正文

PHP代码
  1. $path=$_GET[“path”];      
  2. $cacheimgname=str_replace(“/”,“_”,$path);      
  3. $localimg=“upimg/”.$cacheimgname;      
  4. if ((file_exists($localimg)))      
  5. {      
  6. $httpurl=$localimg;      
  7. }      
  8. else     
  9. {      
  10. $httpurl=“http://www.imageserver.com/”.$path;      
  11. @copy($httpurl,$localimg);//缓存图片!      
  12. }      
  13. header(“Locationhttpurl”);      
  14. exit;      
  15. ?>    

调用它类似这样:

 

 

PHP代码
  1. “img.php?path=x/x/xtest.gif”>    
]]>

PHP中用header:图片地址 简单隐藏图片源地址:等您坐沙发呢!

发表评论

gravatar

? razz sad evil ! smile oops grin eek shock ??? cool lol mad twisted roll wink idea arrow neutral cry mrgreen

快捷键:Ctrl+Enter