Thanks to everyone who helped me figure this out.
I foolishly didn't realize that I was using the htmlspecialchars() function
on the string that I was pulling from the file, but not accounting for that
in the regexp. So, what I was getting was:
<title>BLAH BLAH BLAH</title>
but what I was trying to find was:
< title >BLAH BLAH BLAH< /title >
It's all good now.
Sliante,
Richard S. Crawford
http://www.mossroot.com
mailto:[EMAIL PROTECTED]
AIM: Buffalo2K ICQ: 11646404 Y!: rscrawford
"It is only with the heart that we see rightly; what is essential is
invisible to the eye." --Antoine de Saint Exupéry
"Push the button, Max!"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]