Im trying to get the websites favicon printed on my website and this is what im currently using:
- Code: Select all
$favicon = "http://www.google.com/s2/favicons?domain=$row[link]";
<img src="$favicon\"></img>
The problem is it will only print the favicon for example "http://tibia.com", but not "http://www.tibia.com/news/?subtopic=latestnews".
Anyone got a code/tips for that?
Kind regards,
Soder.


