
22.04.2006, 09:22
|
|
Постоянный
Регистрация: 07.08.2005
Сообщений: 386
С нами:
10925666
Репутация:
454
|
|
make a php script, save it as a gif (jpg, png, etc...) file
then make a .htaccess file with this code:
PHP код:
<Files "s.gif">
AddType application/x-httpd-php .gif
</Files>
ant put this file in the same directory with you "image"
if you are allowed to use htaccess on your server, openning your "image" you will execute your php code in it
|
|
|