How to put php syntax on cms page in Magento -


how can put php code on cms page in magento?

image here: http://screencast.com/t/coghiglih7

i want put

<?php  echo "test"; ?> 

you can not add php code directly content of cms page

what add php code pthml , call cms page

{{block type="core/template" name="contactform" template="contacts/my_php_code.phtml"}}  

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -