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");
?>
this only should be your form.php. No doctype or other html tags.

gparis