Thanks Sven,
You are quite right with your "some probs" comment.
hi,
think i found it. try this:
<?php
$rx = '/<fieldset.*>(.*)<\/fieldset>/iU';
?>the '/U' stands for 'ungreedy'. also note the change in the attribs-regex.
hth SVEN
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

