RE: [PHP] php/html displaying query

2004-11-18 Thread Angelo Zanetti
thanks Jay, exactly what I needed and it works like a charm! Angelo >>> "Jay Blanchard" <[EMAIL PROTECTED]> 11/18/2004 4:46:36 PM >>> [snip] However when I want to display this field in HTML I have a problem that its all bunched into 1 paragraph, obviously because there are no or tags telling

RE: [PHP] php/html displaying query

2004-11-18 Thread Andrew Cherry
You'll need to looking at converting newline characters to tags on display, etc. Or if you want to be a bit more semantic about it. A regex on the value to replace should work a treat. Google or php.net for the specifics of the regex use and form. Andrew -Original Message- From: Angelo

RE: [PHP] php/html displaying query

2004-11-18 Thread Jay Blanchard
[snip] However when I want to display this field in HTML I have a problem that its all bunched into 1 paragraph, obviously because there are no or tags telling the browser there is a space in between, 1 way to get this to work is to to insert or statements in the paragraph but when the user the