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...