PHP Tutorial : Valid email checking script

Hi,
Do you have any newsletters, contact forms or other pages where you require an email address ? If so, did you ever thought that someone might type “asd”, “452″ and other dummy words instead of a valid email address? Huh, for that I built an email validation script which checks for those things.

<?php
function validMail ($email,$link)…………….

Read PHP Tutorial : Valid email checking script »