Quote:
Originally posted by auto
you can only include php code in a php page, which means it ends with either .php or .php3
a .shtml page can't execute php.
|
Um, actually it will if you use a SSI. As long as your server supports PHP parsing, you can include a PHP file via SSI (see
this). Also, you can use the extension of .phtml on PHP files, assuming your server supports this.