Hi everybody!
Well my question is as follows, I need to search for a div with a specific ID using php under wordpress, till now I found images and links, but I need to find a specific div ID and copy it, for now tested with this:
$html->find('$html->find('#divid');');
$html->find('div[id=divid]');
and several more but with no results m I doing something wrong?
Inside this id there is this kind of code:
....%3Fe%3D1309211119%26ri%3D1024%26rs%3D85%26h%3.....
Any idea?
Thanks ind advance!