this only should be your form.php. No doctype or other html tags.PHP Code:<?php
$to = "[email protected]";
$msg = "$name\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "Message From: Online client\nReply-To: $email\n");
?>
gparis
|
Results 1 to 2 of 2
Thread: Contact Form Coding HelpThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |