Hi,
Thanks for your reply but that's not exactly what i was looking for... (i think)
I down't want to ask the guestbook users to type a "\n" instead of hitting the return key.
Its like this:
I have a form. In this form a message field in a html page wich is posted to a php file.
This php file puts the written text in the form textfield into a database.
Now the problem is when you type a nice text in there and give it some layout by using returns and tabs, it's simply stocked into the database without returns and so.
When i print the field on a php page the whole text comes on one line...
How do i solve that with "\n" ?
Thanx,
Johan