php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11939 get HTML title
Submitted: 2001-07-06 15:00 UTC Modified: 2002-04-27 15:39 UTC
From: clownfighter at hotmail dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: redhat 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: clownfighter at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-07-06 15:00 UTC] clownfighter at hotmail dot com
Get HTML title-
We have get_meta_tags, why not a function that retrieves the title from an HTML page?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-09 05:49 UTC] hholzgra@php.net
i'd suggest to go the other way round, 
deprecating get_meta_tags()  and encouraging
the use of expat for tasks like this instead ...

(even if we stay with get_meta_tags(), we should
 re-implement it using expat internally instead of
 the hand-written code it uses right now
 this would, for example, have prevented the
 single-quote bug we had recently ... )
 [2002-04-27 15:39 UTC] jimw@php.net
not going to happen.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC