# Newlines format

**URL:** https://forum.kirupa.com/t/newlines-format/133624
**Category:** Uncategorized
**Created:** [January 10, 2005, 5:03pm UTC](https://forum.kirupa.com/t/newlines-format/133624 "2005-01-10T17:03:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Voccart](https://avatars.discourse-cdn.com/v4/letter/v/ea5d25/32.png) [@Voccart](https://forum.kirupa.com/u/Voccart)
#### Post date: [January 10, 2005, 5:03pm UTC](https://forum.kirupa.com/t/newlines-format/133624/1 "2005-01-10T17:03:43Z")

</div>

hi folks,

when a user writes something down in a inputTextfield (in a compleet flash page) and presses enter (make a newline)  
how are the newlines then formated ?

with  
“\r” , "  
" or "  
" ?

is it crossbrowser ?

the reason i ask is that i save the data in a Mysql database and when the data return to flash i see “\r” in the debugger so, i think flash uses the “\r” newline format, but before i add the data into the database i want to parse the data with php

thanks
