ForumsThe TavernAdding a favicon to a php page

3 1425
Secretmapper
offline
Secretmapper
1,747 posts
Nomad

Anyone know how? I would have placed this at Programming help section, but it did say it was about action script, so I just placed it on the tavern. Hope someone could help me.

  • 3 Replies
Aether
offline
Aether
101 posts
Shepherd

not sure if this will work for php, but putting the favicon.ico file into the page or root directory may help solve your problem

flowerpoop
offline
flowerpoop
30 posts
Nomad

well adding it is basically a link tag call.
<link type="image/vnd.microsoft.icon" rel="icon" href="/favicon.ico">

put your favicon.ico in the public path of your site. and copy pasta that into the <head />

flowerpoop
offline
flowerpoop
30 posts
Nomad

change the &lt; to <

meh...

Showing 1-3 of 3