Hi, I need your help in php.
I save an url in a variable (let $url)
I want to check the page, so I use a w3c site :
<?php
echo '<a href="http://validator.w3.org/check?uri='.$url.'">Elegxos</a>';
?>
I would like if there are errors to print 'I found % errors and % warnings'
or print 'I did't find errors'.
Could someone help me ?



