<?php $str = 'TESTING<html>This is a string</html>ANOTHER TEST!!'; preg_match_all('/(<html>.*<\/html>)/', $str, $matches); print_r($matches[1][0]);
You have javascript disabled. You will not be able to edit any code.