<?php $html = <<<HTML <p>text</p> <p>text2</p> <ul> <li>item1</li> <li>item2</li> </ul> HTML; var_export(preg_replace('/\R+/', '', $html));
You have javascript disabled. You will not be able to edit any code.