Hey everyone, here’s the error I’m getting:
Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in /home/content/a/l/e/alexmoore7/html/shuttercloud/register.php on line 33
Here is line 30-34:
$regexp = "^([_a-z0-9-]+)(\.[_a-z0-9-]+)*@([a-z0-9-]+)(\.[a-z0-9-]+)*(\.[a-z]{2,4})$";
if(!preg_match($regexp, $registerEmail)){
Thanks!


