Google Shared Stuff allows one to easily get the Favicon of any website with a single line. For instance to get the Favicon of yahoo.com we can use the following in a browser.
http://www.google.com/s2/favicons?domain=yahoo.com
We can do do the same using PHP and curl using the following code.
Read More