首页  >  文章  >  后端开发  >  求指导简化~解决办法

求指导简化~解决办法

WBOY
WBOY原创
2016-06-13 10:11:14709浏览

求指导简化~

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?php //调用格式:localhost/getpro.php?userid=slowstang95///$userid=$_GET["userid"];$url="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback2&userid=".$userid;$str=file_get_contents($url);$start='</span> <span class="mbg-l"> ( ';$end='<img  src="http://q.ebaystatic';%24content=str_substr(%24str%20,%20%24start,%20%24end);%20echo%20%24content;%20function%20str_substr(%24str%20,%24start,%20%24end)%20%7B%20%20%20%20%20%24x%20=%20strpos(%24str,%20%24start);%20%20%20%20%20%24y%20=%20strpos(%24str,%20%24end);%20%20%20%20%24getstr=%20substr(%24str,%24x+strlen(%24start),%24y-%24x);%20%20%20%20%20%20%24getstr2=str_replace('<img%20src=" http: return alt="求指导简化~解决办法" ></span>


------解决方案--------------------
PHP code
$userid=$_GET["userid"];$url="http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback2&userid=".$userid;$str=file_get_contents($url);$pattern='/<span class="mbg-l">\s*\((.*?)<img  src="http:%5C/%5C/q%5C.ebaystatic%5C.com%5C/a/';preg_match(%24pattern,%24str,%24match);print_r(%24match%5B1%5D);<div%20class=" clear alt="求指导简化~解决办法" >
                 
              
              
        
            </span>
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn