I know this is probably kindergarten to most of you, but if I had to do it (I only use Unix) and strip all the HTML, I'd simply do the following.
$url = 'http://domain/path/to/file'; $file = `lynx -dump $url`; print $file; =================== Shaun Fryer =================== London Webmasters http://LWEB.NET PH: 519-858-9660 FX: 519-858-9024 =================== -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]