Originally posted by diego25
No, if you call addslashes before you store it in the database, as sarahk said.
Diego
doesn' work when displaying.............how do i actually automatically add a <br/> html tag to every new line that i recieve from the single result?
For example, mysql return me the result as shown
this i sline one of the result
line 2
and this is line 3.
When display on a web page, it will display as whole line because its HTML. how do I add a <br/> tage? anyone help