Jump to content

Getting a title using a URL


vesper

Recommended Posts

Hi there,

 

I've got a piece of code that let's me obtain the title of a page using a given URL. However, if the title tag has any other code in it, for example <title id="something">, it does not work because the preg_match is looking for just the open and closing tags.

 

My question is: how can I get the code to ignore anything between '<title' and '>'??

 

The preg_match currently looks like this: preg_match("/<title>(.+)<\/title>/i",$file,$m)

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/124295-getting-a-title-using-a-url/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.