When you´ll catch data for a text field, you ought to use a
<textarea></textarea>.
When you´ll pull it from the database to the screen, you have to use
nl2br($field) to conver \n to <br>.
"ali asghar torabi parizy" <samb...@yahoo.com> escreveu na mensagem
news:2006...@web37515.mail.mud.yahoo.com...
hi
i am creating web newsprogram by php and mysql.
how to i can use text data type for saving contents of articles in
database?
when i use text format,contents save in the tables unless eny new line.
howto i can insert \n element in text format?