brandonjbegle 0 Report post Posted March 4, 2009 Anyone's help would be appreciated if they could tell my how to put my favicon into php. i have a header i want to put it into so it will appear on each page Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 4, 2009 https://www.google.ca/search?q=favicon+codelient=firefox-aAdd this to your page, in the head section:<LINK REL="SHORTCUT ICON" HREF="http://http://www.yourdomain.com/name_of_icon.ico;And upload the favicon to your site. If you need to create the favicon, there are generators available in Google. Share this post Link to post Share on other sites
Nabb 0 Report post Posted March 5, 2009 If you want it on each page, you can simply have it saved to public_html/favicon.ico Share this post Link to post Share on other sites
flashy 0 Report post Posted March 12, 2009 Yeah - not possible in PHP (unless you wanna echo it out, but whats the point in that?) Share this post Link to post Share on other sites