GF News | Subscribe me | Contact Us | Disclaimer

 

Enter the email address affiliated with your account:
".mysql_error()."
"); if(mysql_num_rows($result) == 0) { echo "There is no email address associated with the information you provided."; die(); } list($email,$password) = mysql_fetch_row($result); mail($email,"your account information","You requested your password to be sent to you via email.\n\n\nYour password is: $password.\n\n\nYou can use this on our website at http://www.glutenfreeworks.com","From: info@glutenfreeworks.com\nReply-to: info@glutenfreeworks.com"); echo "An email will be sent to the email address affiliated with your account."; } ?>