hi, i\'m writing a php/mysql program (something like a weblog) where text with formatting (new paragraphs, tabs, etc) are sent to the database.
how do i retain the formatting of the text when it\'s sent to the database? specifiying the mysql column as \'text\' did not work.
thanks for the help!