Hi to all,
I'm new to PHP and currently working on a project which involves a simple booking form in flash 5, this information is then output to the php file and sent to a specified email address. Standard stuff, and this all works fine except in the flash booking form i have a multiline text field which the user can write comments in, when this is output by the php file it has no line break, just comes out as a continuos line. Is there some kind of function i can use to return the information with linebreaks after a nonbreak in space ?
so instead of this text all being here on one line you get
so instead of this
text all being here
on one line you get
Help ! Client wants this yesterday and orange rather than blue!!.....
I'm new to PHP and currently working on a project which involves a simple booking form in flash 5, this information is then output to the php file and sent to a specified email address. Standard stuff, and this all works fine except in the flash booking form i have a multiline text field which the user can write comments in, when this is output by the php file it has no line break, just comes out as a continuos line. Is there some kind of function i can use to return the information with linebreaks after a nonbreak in space ?
so instead of this text all being here on one line you get
so instead of this
text all being here
on one line you get
Help ! Client wants this yesterday and orange rather than blue!!.....
Comment