michaelh613 Posted April 2, 2008 Share Posted April 2, 2008 I've inherited a site with some code including an @mail function. I can't find it being created in the code . Is this another way of doing a mail() function http://us.php.net/mail { $msg = str_replace(array("{FIRST_NAME}","{LAST_NAME}","{USERNAME}"), array($first_name,$last_name,$username),$auto_resp[11]); @mail($email_address,$auto_subjects[10],$msg.$auto_resp_sign,"From: noreply@mytestdomain.com"); } Quote Link to comment Share on other sites More sharing options...
Demonic Posted April 2, 2008 Share Posted April 2, 2008 Heres a helpful link http://gwphp.feudal-times.net/?p=4 Quote Link to comment Share on other sites More sharing options...
michaelh613 Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks I have found my answer @ is used for surpressing error reporting Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.