<?php $doc = new DOMDocument(); $doc->loadHTML( <<<'HTML' <html> <body> <abbr id="yadda" title="please let us not spread superstitions about escaping">plunssae</abbr> </body> </html> HTML ); var_dump($doc->getElementById('yadda')->getAttribute('title'));
You have javascript disabled. You will not be able to edit any code.