Hi guys,
I've recently incorporated a contact form in a PHP website. Everything looks OK but when I click the Submit button I get the following errors:
fgcontactform.php
this is line 548
class.phpmailer.php
does anyone have an idea what's causing this?
I've recently incorporated a contact form in a PHP website. Everything looks OK but when I click the Submit button I get the following errors:
fgcontactform.php
on line
548this is line 548
Code:
{
return eregi("^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$", $email);
}
on line
470this is line 470
Code:
$toArr = split(',', $to);