[flashpro] simple PHP form

Simon Skrødal simon at imediat.com.au
Sun Sep 18 23:37:00 EDT 2005


Not sure, but try to 'echo($msg)' on your page after sending the mail to at
least ensure that the entire message is contained in $msg.

That way you can narrow things down a little...

Or... maybe try to use \r instead of \n... or use both?

Cheers
s
----- Original Message ----- 
From: "Manmeet Bilkhoo" <manmeet at liquidstorms.com>
To: "Mailing list for professional Flash designers and developers"
<flashpro at muinar.org>
Sent: Monday, September 19, 2005 6:23 AM
Subject: [flashpro] simple PHP form


> 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");
> ?>
>
>
>
>
>
> ------------------------------------------------------------------
> send message to the list:               mailto:flashpro at muinar.org
> [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/
>



More information about the FlashPro mailing list