Hi,
Hi i need to strip out the <html> up  to the <body> tag.
For some reason, my function,
         preg_replace( "/<html(.*)body(.*)>" , " " , $body );
does not work.
Ok I am not really brilliant at regular expressions ...

Help?

Jay

Reply via email to