HTML Php

     $tidy = tidy_parse_string("This is a string");
     $data = tidy_get_output($tidy);
     echo $tidy;
?>