I'm trying to call a PHP script from inside an include. I have my include named FILENAME.php and am then including it with [-- INCLUDE FILENAME.php PROCESS --]
ShopSite does not process PHP code, that is up to your webserver. Is the page that the PHP code is showing up on named with a .php file extension? Some servers require this in order for them to process the PHP code. Note that PHP will not work in the shopping cart, search, gift certificate, or customer registration pages, these are .cgi pages and the webserver will not parse the output of .cgi's for PHP code.