Hey guys, im trying to use this php e-mail form but i cant seem to get it to work, any help?
[php]<?php
if (isset($_REQUEST[‘email’]))
//if “email” is filled out, send email
{
//send email
$email = $_REQUEST[‘email’] ;
$venue = $_REQUEST[‘venue’] ;
$night = $_REQUEST[‘night’] ;
$time = $_REQUEST[‘time’] ;
$entry = $_REQUEST[‘entry’] ;
$offer = $_REQUEST[‘offer’] ;
mail("[email protected]", “$subject”,
$message, “From:” . $email);
echo “You have submitted your event.”;
}
else
//if “email” is not filled out, display the form
{
echo "
Contact Email:
Venue Name:
Night Name:
Start-Finish Time:
Entry PRice:
Offers: