  | |  | simple PHP form | simple PHP form 2005-09-18 - By Manmeet Bilkhoo
Back 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@(protected)"; $msg = "$name writes:\n\n"; $msg .= "$message\n\n"; mail($to, $subject = "Website enquiry", $msg, "From: Website UK: $name\nReply-To: $email\n"); ?>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --- send message to the list: mailto:flashpro@(protected) [FlashPro] list info, subscribe, archive: http://flash-list.com/ There's also a WebPro mailing list: http://webdesign-list.com/ cutting-edge sounds for flash: http://flash-sounds.com/
Earn $52 per hosting referral at Lunarpages.
|
|
 |