New Zenner
- Join Date:
- Sep 2007
- Posts:
- 26
- Plugin Contributions:
- 0
Making an EZ-page with PHP code?
Hi,
I need to add the equivalent to an EZ-page but it must contain some PHP code as I am doing some specific server-side operations on that page.
How can I do this?
I tried creating a directory called "php_script" in my includes/templates/CUSTOM/ directory and copied tpl_main_page.php in there and then tried calling index.php?main_page=php_script in my browser but just got a 404 error. How can I point the controller to my script?
Thanks!