how to account for a newline in a mysql text field?

Syndicate-Raw

New Member
what's the proper syntax to account for a newline in "text" field? for example, \[code\] mysql_query("select * from table where misc_note='hello\nworld'")\[/code\]isn't working
 
Back
Top