<?php $html = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </html>'; $tidy = tidy_parse_string($html); $body = tidy_get_body($tidy); echo $body->value; ?>
picobello.......no error message i get.......it doesnt print anything,though it is supposed to print the BODY part