Search code examples
phpjavascriptregexfavicon

how to detect favicon (shortcut icon) for any site via php?


how to detect favicon (shortcut icon) for any site via php ?

i cant write regexp because is different in sites..


Solution

  • You could use this address and drop this into a regexp

    http://www.google.com/s2/favicons?domain=www.example.com

    This addresses the problem you were having with Regexp and the different results per domain