用phpquery采集的有关问题
用phpquery采集的问题我用phpquery采集网页的内容以下是phpQuery::newDocumentFile($url) $imgpq(.prod
用phpquery采集的问题
我用phpquery采集网页的内容
以下是
phpQuery::newDocumentFile($url);
$img=pq('.productImageGrid #prodImageCell')->html();
echo $img;
$img_txt=pq('.productImageGrid #prodImageCell')->text();
$img_txt是空值,没内容
$img 不管是echo还是print_r都是显示图片
请问$img怎么转成字符串,我需要存入数据库。
<a href="http://www.amazon.co.jp/gp/product/images/B0081H9LQ8/ref=dp_image_0/376-1230581-7023067?ie=UTF8&n=2127209051&s=computers" target="AmazonHelp" onclick="return amz_js_PopWin(this.href,'AmazonHelp','width=700,height=600,resizable=1,scrollbars=1,toolbar=1,status=1');"><img onload="if (typeof uet == 'function') { if(typeof setCSMReq=='function'){setCSMReq('af');setCSMReq('cf');}else{uet('af');uet('cf');amznJQ.completedStage('amznJQ.AboveTheFold');} } " src="http://ec2.images-amazon.com/images/I/41dnPd2SSHL._SL500_AA280_.jpg" id="prodImage" width="280" height="280" border="0" alt="用phpquery采集的有关问题" onmouseover=""></a>
以上为浏览器里面显示的代码,我就想这些代码存入数据库。
[解决办法]既然是字符串直接存入数据库就是了