<?php

if (is_valid_email_address('chris@hello.bill.co.nz/weird/science'))
{
	echo "Valid";
} else {
	echo "Not Valid";
}

?>