# How would I put line breaks in this?

**URL:** https://forum.kirupa.com/t/how-would-i-put-line-breaks-in-this/240850
**Category:** programming
**Created:** [October 7, 2007, 8:09am UTC](https://forum.kirupa.com/t/how-would-i-put-line-breaks-in-this/240850 "2007-10-07T08:09:29Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![milesdavis](https://avatars.discourse-cdn.com/v4/letter/m/87869e/32.png) [@milesdavis](https://forum.kirupa.com/u/milesdavis)
#### Post date: [October 7, 2007, 8:09am UTC](https://forum.kirupa.com/t/how-would-i-put-line-breaks-in-this/240850/1 "2007-10-07T08:09:29Z")

</div>

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!!

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

```
