Jump to content

get_meta_tags


Pro.Luv

Recommended Posts

Hi,

 

I know how to use this to get meta tags the problem is sometimes it takes long to fetch meta tags and then I get a message saying:

 

Maximum execution time of 60 seconds exceeded..

 

my code...

 

 

   			$metatags = @ get_meta_tags($url);
		$title = $metatags["title"];
		$description = $metatags["description"];
		$keywords = $metatags["keywords"];

 

Thanks

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/137811-get_meta_tags/
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.