trying to yank stuff xxx from <TD class=a8b noWrap align=middle width=17 bgColor=#cccccc>xxx</TD>
and stuff yyy from
<TD class=a8b noWrap width=100> yyy</TD>
preg_match(" (.*)</TD>$|i", $l, $regs);
works for the second example, even though it isn't the correct way, but nothing works for for me for the first example.
Any help is appreciated!
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php