Hello,

This is a reply to an e-mail that you wrote on Mon, 21 Jul 2003 at
08:59, lines prefixed by '>' were originally written by you.
> Can't seem to get this to work...
> trying to yank stuff xxx from
> <TD class=a8b noWrap align=middle width=17
bgColor=#cccccc>xxx</td>

Try this:

preg_match("/<td[^>]*>(.*)</TD>/i", $l, $regs);

HTH

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

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

Reply via email to