PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there any technique in PHP which allows you to enter a small image in the url bar when people visit your site. Just like when you goto PHP-dn and you look at the url bar and see the image on the left hand side. Is it possible to do this with PHP?
dull1554 is right. Create/get a 16x16 icon, name it favicon.ico, put it in your server root directory and add the following html code to the <head></head> section of every page of your site:
OK this is stupid but the image does not seem to appear in the url when I put the .ico file into the root directory and included the html between the head tags. Any further suggestions?
dull1554, it is not really required, the web server does the work, but to conform with standards or to change the icon in other page you can use the <link> tag.