Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can I put PHP <code> in EZ-pages?

Can I put PHP <code> in EZ-pages?

Locked

Views: 804

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
25 Apr 2010, 1:40 PM
#1
ryska avatar

ryska

New Zenner

Join Date:
Apr 2005
Location:
Louny, Czech Republic
Posts:
50
Plugin Contributions:
0

Can I put PHP <code> in EZ-pages?

How I put in content of EZ-pages this? :

Ex. ```

<?php echo "anything";?>

I don´t want display only "anything", but whole PHP code.

Thanks
25 Apr 2010, 2:00 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Can I put PHP <code> in EZ-pages?

you can not put php code in ez pages . content of ez pages are stored in database , once is called from DB to display on your page , there is no chance for PHP to pass thought PHP engine for processing.

i seen some thread that has found work around ( I GUESS ) but in general , answer is no