PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've got a contact form on my Flash website that sends its variables to the attached PHP script and consequently sends an email onto me. It all works perfectly except the email I receive always misses out the line breaks contained within the $yourmessage variable. For example if someone writes their address to me like this: Joe Bloggs
10 Lime Avenue
London
UK
The email will present their address to me with the line breaks removed like this: Joe Bloggs10Lime AvenueLondonUK
It's difficult to view the echoed results as when Flash connects to a PHP script it does so without the user being able to view the process. Is there an alternative way of doing this?