|
Posted by sentinel on 08/22/05 16:37
i use textarea for input of information
in textarea usar can press enter to write to next line
i then insert that into mysql (field type is 'text')
when php reads it from mysql - the line breaks are missing (because
html breaks to next line when it sees <br> obveously). how do i solve
the problem? i thought parsing before inserting into mysql or when i
read from mysql would do the trick? how do i detect line break?
thanks
Navigation:
[Reply to this message]
|