I want to parse in php, but can't you find the elements in simple htmldom with id value?
php parsing simplehtmldom
// Find all <div> with the id attribute
$ret = $html->find('div[id]');
It says you can find it like this.
© 2024 OneMinuteCode. All rights reserved.