[flashpro] simple PHP form
Manmeet Bilkhoo
manmeet at liquidstorms.com
Sun Sep 18 16:53:09 EDT 2005
Hi,
i'm creating a simple flash enquiry form using PHP, all is success except
when I receive emails, any text after carraige returns seems to dissapear.
Ha anyone encountered this?...any solution?
Example...
full message should be:
POS animations developed for Vodafone to be displayed on plasma screens in
stores around the UK.
Each animation coincided with current promotions and would be based on the
pre-conceived print marketing material.
what I get is:
POS animations developed for Vodafone to be displayed on plasma screens in
stores around the UK.
PHP code:
<?php
$to = "info at myemail.com";
$msg = "$name writes:\n\n";
$msg .= "$message\n\n";
mail($to, $subject = "Website enquiry", $msg, "From: Website UK:
$name\nReply-To: $email\n");
?>
More information about the FlashPro
mailing list