Can you request the title of a page like for URI?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anivad
Forum Commoner
Posts: 80
Joined: Thu Apr 09, 2009 11:16 pm

Can you request the title of a page like for URI?

Post by anivad »

Something like the $_SERVER['REQUEST_URI'] function, but for the title within the html <title> tag instead of the URI?

The title isn't stored in a database; its only existence is between the title tags.
anivad
Forum Commoner
Posts: 80
Joined: Thu Apr 09, 2009 11:16 pm

Re: Can you request the title of a page like for URI?

Post by anivad »

Thanks a lot!
Post Reply