<a id="personal_site" href="http://code.huypv.net" title="Love coding">huypv love coding :x</a>
How to get "huypv love coding :x"
$link = $dom->getElementById('personal_site');
echo $link->nodeValue;
/*
$links = $dom->getElementsByTagName('a');
$nbLink = $links->length;
...
$link = $links->item(100);
echo $link->nodeValue;
*/
Title:
PHP Dom get link text
Description:
<a id="personal_site" href="http://code.huypv.net" title="Love coding">huypv love coding :x</a> ...
...
Rating:
4