Hello,
I got a little problem.
I am creating a kind of forum. People can add text in a textfield.
My problem is everything is dumped in a line.
How can check the text they type for enters an tabulations.
So if they create a simple thing forinstance like this
+--+
| |
+--+
It doesn't come out like this
+--||+--+
SO the big question is. How do parse a string from a database but add tabs and enters.
Thx in advance.
Y.