Hi Guys,
I have a small problem, well hope it is small. I created a normal input text box for the admin of a website to be able to insert his comments, news ecc from a web broswer into the database, so they can be then displayed on his website without him having to create or edit any html page.
this works great and the data is being displayed back also.
the only problem i have is that when you insert your text in paragraphs (below):
[
hello
I am testing
]
the text is displayed back in a one whole line (below):
[hello i am testing]
is there a way how i can insert the text into MYSQL from PHP in a way that it is stored exactly how i entered it?
I need a textbox exactly like the one I'm writing in right now.
THANKS ALOT
I have a small problem, well hope it is small. I created a normal input text box for the admin of a website to be able to insert his comments, news ecc from a web broswer into the database, so they can be then displayed on his website without him having to create or edit any html page.
this works great and the data is being displayed back also.
the only problem i have is that when you insert your text in paragraphs (below):
[
hello
I am testing
]
the text is displayed back in a one whole line (below):
[hello i am testing]
is there a way how i can insert the text into MYSQL from PHP in a way that it is stored exactly how i entered it?
I need a textbox exactly like the one I'm writing in right now.
THANKS ALOT