How would I put line breaks in this?

Hi.

I’m working with the Kirupa PHP flash tutorial script, and I can’t figure out how to put ‘line breaks’ in the PHP code below. Right now, it all just lines up on one line in the email. I can’t get line breaks to work…

Thanks for any help!!

$message = "Name: " . $_POST["name"] . " E-Mail: " . $_POST["email"] . "Message:  " . $_POST["message"];