I have tested his one,
<?php
if ($REMOTE_ADDR == 212.129.128.83)
mail("ernest.robert@planet.nl", "a sample subjectline", "dit is een testje");
?>
but I get an error:
Parse error: parse error, unexpected T_DNUMBER in /home/httpd/html/www.goofyroof.nl/HTML/testmail.php on line 2
If I leave out the If line, the mail works good so somewhere there should be something wrong in that line
Any idea what it might be?