[PHP] Get the title from an HTML page

2001-04-30 Thread Matthew Ralston

I'll be loading the contents of an HTML page into a variable and I need to
get the title of the from that variable.

Basically I need to ge the text from in between the title tags.
Any ideas?

Thanks,

Matt
[EMAIL PROTECTED]
 www.mralston.co.uk /



-- 
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]




RE: [PHP] Get the title from an HTML page

2001-04-30 Thread Matt Schroebel

You can find a function that does that at http://www.zend.com called Get Title Tag in 
the Code Gallery under the HTML catagory.

 -Original Message-
 From: Matthew Ralston [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 30, 2001 9:25 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Get the title from an HTML page
 Basically I need to ge the text from in between the title tags.
 Any ideas?
 

-- 
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]