<?php $content = '<table></table><p></p><table></table><p></p><table></table><p></p>'; $counter = 0; echo preg_replace_callback('~<table\K>~', function() use (&$counter) { return ' class="table_' . $counter++ . '">'; }, $content);
You have javascript disabled. You will not be able to edit any code.