> For another I need to get the 3rd opening table row <tr> tag after the 7th
> opening <table> tag.

not tested:
"(<table[^>]+>.*){6}(<table[^>]+>)([ ]*)(<tr[^>]*>)(.*){2}(<tr[^>]*>)(.*)"


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to