email link submit error

I need help with an error I am getting on the following page (http://networkingquotient.com/page.php) when the user clicks submit after entering email address for activation link. It is to get a link for a quiz. When submitted, the page loads the following:

"Deprecated: Function ereg_replace() is deprecated in /home/content/m/m/y/mmyhpHost/html/customHandlerinc.php on line 96

Deprecated: Function ereg_replace() is deprecated in /home/content/m/m/y/mmyhpHost/html/customHandlerinc.php on line 96

Fatal error: require_once() [function.require]: Failed opening required 'Mail.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/m/m/y/mmyhpHost/html/confinc.php on line 35"

Any help would be great. Thanks

You need to replace that function just like the error says. Apparently your code is old enough that PHP has depreciated one of the functions your using. If you google it I am sure there are plenty of solutions out there for you.

Sponsor our Newsletter | Privacy Policy | Terms of Service