Thread: Auto-Fill
View Single Post
  #3 (permalink)  
Old 01-31-2008, 12:27 PM
Geoserv Geoserv is offline
Banned
 
Join Date: Feb 2007
Location: Canada
Posts: 849
Thanks: 74
Thanked 49 Times in 45 Posts
Not yet, I was thinking something like this would have done it:

Code:
preg_match("|<meta[^>]*description[^>]*content=\"([^>]+)\"[^>]*>|Ui",$headers[1], $matches);
but not sure yet how to implement it. I added in libs/link.php, but thats as far as I got.

Geoserv.
Reply With Quote