In access I can search a text field to check if it contains a line-brake (vbCrLf) and then replace it with a < br > when I write it onto a page. How can I do this when I'm using mySql? (I'm using ASP)
Thanks
I could use the same code.. But because I had a bug in my code I didn't see that.
PHP provides [man]nl2br[/man] to do just that.