Monday, May 24, 2010

How do I remove line brakes from data comming from a textarea input with php?

you need to remove the /n in the php file. But if you do that, all the data will come on one line.





also, html line breaks look like this: %26lt;br%26gt; so you can remove those too if they are there.


No comments:

Post a Comment