* Thus wrote Mike J ([EMAIL PROTECTED]): > How do I take that and put it into a variable like $title?
print_r($matches) will answer that.
Btw, I had a typo, it should have been:
preg_match("/(<title>)(.*)(<\/\\2>)/i", $html, $matches);
Not preg_match_all().
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

