06-20-2009, 05:52 PM
|
#6 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,258
Thanks: 90
|
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.
|
|
|