
pckanth
New User
Jul 19, 2007, 4:58 AM
Post #1 of 2
(5534 views)
|
Removing \n in each line and make the content in a single line
|
Can't Post
|
|
Hi, When i enter a 4 lines in a text box and submit the form.The content goes into text file. Input: This is Problem to fix The text file contains: This<BR> \n is <BR> \n Problem to <BR> \n fix <BR> \n But I need like: This <BR> is <BR> Problem to <BR> fix <BR>. What i need is removing of newlines and all 4 lines in a single line. Advance thanks.
|