how to get rid of line breaks in my script?
Posted: 2004-06-01 11:39:38
ok, I'm working on a new script and I need your help.
the html from where I'm importing contains line breaks (line feeds) that I don't need, and when I try to put the line feed character in a script all I get is an error message...
does anybody know what special character I should use for a line feed comming from the web page?
(replacing "^p" or "#13#10" with "" doesn't work)
the html from where I'm importing contains line breaks (line feeds) that I don't need, and when I try to put the line feed character in a script all I get is an error message...
does anybody know what special character I should use for a line feed comming from the web page?

(replacing "^p" or "#13#10" with "" doesn't work)