Hi, I am dumping the content of a web page, I want to save an extract to a file. After I strip HTML tags and parse I write to a file the result.
When I see the file i contains more lines I supposse it has something to do with encoding.
The content in the file is:
 
576.15
 
 
I only want the second line, when I echo to screen I only see the "576.15"
Any ideas on how to get rid of the rest pefore writing to file?
thanks
les