Could anybody please help me out?
I trying to find a node value using Simple HTML DOM
I trying to get the title of all logos on website an example is
Code: Select all
<div class="logos"><img src='images/logo-car99.png' alt='Car99 AMG' title='THE MERC AMG'/></div>Code: Select all
$logo= $html->find('.logos');