View Single Post
Old 06-20-2009, 04:52 PM   #6 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,215
Thanks: 90
Wildhoney is on a distinguished road
Default

What is the script all about? I don't think I understand what it is you're doing.

You can check for the presence of the ICO file by doing the following:

php Code:
$szIco = 'twitter.com.ico';

if (!file_exists($szIco))
{
    /* Then make one... */
}
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote