Adding php to one of my pages

Is there any way of adding some php code to one of my “pages”?



CS-Cart automatically adds comment tags to the php code so the page can’t read it. I even tried adding it directly to the database, but it still doesn’t read it.



I really need to find a way to add some PHP code.



Thanks in advance.

Gotta love the search.



http://forum.cs-cart…-tpl-files-why/



http://forum.cs-cart…ile-in-cs-cart/

[quote name='Flow' timestamp='1335290313' post='135357']

Gotta love the search.



http://forum.cs-cart…-tpl-files-why/



http://forum.cs-cart…ile-in-cs-cart/

[/quote]



This shows me how to add it to template files (which I still don't fully understand), but I'm trying to add php to a “page” I've created.



Basically, I've created a page to display a Flash image gallery of my picasa web album using javascript to call everything up, including a php file. But if the person doesn't have javascript or flash, I want it to call up (php include) a php script that lists all the images in a basic loop.

You can't and you shouldn't. It would be a HUGE security hole to allow an input field of any type to inject PHP code into the system.