Search results

  1. I

    How do I enable the PHP function mail()?

    I'm running a WAMP on my Windows XP OS (just in case you need to know). I want to know how I can use the mail() function using PHP. I have the code written out: <?php if (($_POST["sender_name"] == "") || ($_POST["sender_email"] == "") || ($_POST["message"] == "")) { header("Location...
Back
Top