|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
dynamic signatures using PHP and IIS
Hi,
Not sure if this is the correct place to post so I apologise if it is wrong. I am just starting out on the PHP coding side of things and I have got some simple PHP code written for creating dynamic signatures. This all works fine if i link to the file using the .php extension but most forums do not allow this extension to be used. After a little research i found that in Apache you can use the .htaccess file to change the processing of a png file so that it is treated like a php file. Now onto my problem. My Web Hosting company is using IIS and i have little or no access to how it is configured. Is there anything i can do in this situation so that i can make a .png file be processed as php on an IIS server? |
|
#2
|
|||
|
|||
|
RE: dynamic signatures using PHP and IIS
FILENAME : .htaccess
CONTENTS: AddType application/x-httpd-php .png |
|
#3
|
|||
|
|||
|
RE: dynamic signatures using PHP and IIS
ive tried that, but then what do i do? Do i change the extension to .png as well? or what, because this is where im stuck.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > dynamic signatures using PHP and IIS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|