Quote:
Originally posted by juicylinks
edit
can you use these on .shtml pages?
|
Yes, but not by default.
There are several ways to do that, but my fav is to make an .htaccess file in the directory where you want your .shtml pages with executable php. In that .htaccess put this:
AddType application/x-httpd-php .php .shtml
From then your .shtml will be treated as PHP also...
Regards