Thanks,

I had never used regular expressions before and will look into them a bit
more.


--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com

"Jj Harrison" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have search around on google/php.net to try and find a way to remove
> <body>, everything above ,</body> and everything below it in a html page.
>
> eg.
>
> <html>
> <head>
> <title>test</test>
> </head>
> <body>
> Blah Blah Blah<br>
> </body>
> </html>
>
> would become: Blah Blah Blah<br>
>
> I know how to use php to convert html to pure text etc but I don't know
how
> to remove the unwanted header and footer HTML.
>
> I am pretty sure that someone must have done it(HTML file uploads for
sites
> etc).
>
> Thanks in advance and good night.
>
>
> --
> JJ Harrison
> [EMAIL PROTECTED]
> www.tececo.com
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to