<?preg_match("/\<title\>(.*)\<\/title\>/i", implode("",
file("http://www.php.net/")), $title);?>
<?=$title[1]?>
/* Chris Lambert, CTO - [EMAIL PROTECTED]
WhiteCrown Networks - More Than White Hats
Web Application Security - www.whitecrown.net
*/
----- Original Message -----
From: Heiko Wilms <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 6:32 AM
Subject: [PHP] Getting the title of a web page
Hi,
when I open a web page within my php-script with fopen(...) I only want
to get back the title of the page. How can I do this?
Heiko
--
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]
--
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] Getting the title of a web page
Chris Lambert - WhiteCrown Networks Wed, 11 Jul 2001 03:17:53 -0700
- [PHP] Getting the title of a web page Heiko Wilms
- RE: [PHP] Getting the title of a ... Chris Lambert - WhiteCrown Networks
- RE: [PHP] Getting the title of a ... Adrian Ciutureanu

