Tuesday, October 26, 2010

HTML Form with Inputs

Out of curiosity, I need to which method is the best.


/* Email Variables */

$emailSubject = 'Any Subject!';
$webMaster = 'me@mintwebmail.com';


/* Data Variables */

$name = $_POST['name'];
$email = $_POST['email'];
$phone = $_POST['phone'];
$subject = $_POST['subject'];
$message = $_POST['message'];

?>

No comments:

Post a Comment