$lchtml = lc($html); $start = index($lchtml, '<table'); $end = index($lchtml, '</table>') + 8; $table = substr($html, $start, $end - $start);