PHP Simple HTML DOM
Posted: Thu Apr 18, 2013 6:58 am
Hi
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
I can get all the data using but just trying to get the title "THE MERC AMG" value
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');