How do i get the image url inside data-src?
<img src="http://example.com/lightbox-blank.gif" data-src="http://example.com/img/2f8556.1.jpg" id="pic1545" /></a>
i try this and get error "Use of undefined constant src - assumed 'src'" with no result
$html->find('div.thumb img',$i)->data-src;
Help please thank you