<?php $html = '<table id="table-1"> <tbody> <tr><td><p>{{Phrase 1}}</p></td></tr> </tbody> </table> <table id="table-2"> <tbody> <tr><td><p>Sample text 1 goes here..</p></td></tr> </tbody> </table> <table id="table-3"> <tbody> <tr><td><p>{{Phrase 2}}</p></td></tr> </tbody> </table> <table id="table-4"> <tbody> <tr><td><p>Sample text 2 goes here..</p></td></tr> </tbody> </table>'; $arr = explode(PHP_EOL.PHP_EOL.PHP_EOL , strip_tags($html)); For($i=1; $i<count($arr);){ Echo trim($arr[$i]) . "<Br>\n"; $i = $i+2; }
You have javascript disabled. You will not be able to edit any code.