- Jun 27, 2004
- 6,591
- 3
- 81
OK, so I'm coding something for a friend to use on a forum (display something in his signature) that is generated every time it is viewed. Thing is, the forum he wants to use this for only displays certain image types inside the bbcode img tags...but it won't display a .php file. How can I get my script to display in there?
One option someone proposed was this:
AddType application/x-httpd-php .php .png
For the apache web server...but then it executes ALL png files...which he won't want.
Any clues?
Thanks!
One option someone proposed was this:
AddType application/x-httpd-php .php .png
For the apache web server...but then it executes ALL png files...which he won't want.
Any clues?
Thanks!
