hey guys i have this php for i use all the time and now my boddy whats me to make him a web site but he has an asp server.a long time for me...lol
is it possible to convert this to asp or have something similar?it is a form action for a flash form i have.
PHP Code:
<?
$to = "hh@gmail.com";
$msg = "$name\n\n";
$msg .= "$message\n\n";
mail($to, $subject, $msg, "From: APS.qc.ca\nReply-To: $email\n");
?>