View Full Version : save articles


cool_keno
03-06-2006, 02:39 PM
Hi,i wanna ask.Is it possible to save formatted text into mysql?I mean like when i wrote a poem and i save the poem,when i want to display it,it will display the same when i save it.I mean like for ex:

aaa
aaa
aaa
aaa

when i load it from mysql,it will display

aaa
aaa
aaa
aaa

too.By the way how to implement themes into website.I mean create it by myself.Thanks a lot guys.

Douglas
03-06-2006, 08:34 PM
Uh you can use this I guess:

echo nl2br(stripslashes($text));

Make the $text variable have the selected things from the database ;D