Hi,
I have a small database with one field that has over 500 characters. WHen I restore the data, it comes all in one paragraph, the line breaks are not there that I originally stored the data as.
in asp I have something like:
Response.Write Replace( myString, vbCRLF, "<br>" )
that fixed that problem for me. But need to know how to do it in php
Any help appreciated.
Thanks
/JC
I have a small database with one field that has over 500 characters. WHen I restore the data, it comes all in one paragraph, the line breaks are not there that I originally stored the data as.
in asp I have something like:
Response.Write Replace( myString, vbCRLF, "<br>" )
that fixed that problem for me. But need to know how to do it in php
Any help appreciated.
Thanks
/JC