Input Structure
Posted: Thu Feb 28, 2008 8:34 am
Hey guys,
Need some help with structures of inputted text. I been making a forum for my site for a while now, but get problems with output of data.
When a user types a post in a structured way, the output of it after inserting it to the database and calling it back out to display in the forum looses it's structure.
A simple example would be say a user typed:
1)test
2)test
3)test
The output comes out:
1) test 2) test 3) test
Which is obviously not how the user wanted it to be....
How do you maintain text structure, either on the insert or on the echo? I am assuming its upon insert you save the structure with it some how? Hope you can help
Need some help with structures of inputted text. I been making a forum for my site for a while now, but get problems with output of data.
When a user types a post in a structured way, the output of it after inserting it to the database and calling it back out to display in the forum looses it's structure.
A simple example would be say a user typed:
1)test
2)test
3)test
The output comes out:
1) test 2) test 3) test
Which is obviously not how the user wanted it to be....
How do you maintain text structure, either on the insert or on the echo? I am assuming its upon insert you save the structure with it some how? Hope you can help