1

I am new in Expression engine. I know that We can not write PHP code in template due to security reason. I want to know the flow like from where can write php code and how it will render in my template ?

1 Answer 1

1

Which version of EE are you working with?

EE allows use of PHP in templates, but there are security factors to be aware of before you enable it, so you have to enable PHP processing on a per-template basis. PHP should not be a problem provided you have a good control of who can edit templates in your EE setup - vis:

Enabling PHP in a template will enable anyone with editing rights for that template to become a de-facto Super Admin since they can execute any PHP they want in that template

You can find out more about how to embed PHP in EE templates from the EE documentation

EE2 - https://docs.expressionengine.com/v2/templates/php.html

EE3 - https://docs.expressionengine.com/latest/templates/php.html

HTH

4
  • Thanks Gavin for your quick replay. I am working with EE version 2.5.5. Commented May 16, 2016 at 10:39
  • I already go through with given link. But Do we have any other way to run PHP code without Enabling PHP on template ? Commented May 16, 2016 at 10:42
  • Try writing a plugin, then you have an EE tag that runs the php for you. Commented May 16, 2016 at 12:40
  • JIm Wyse : I have follow your instruction and it's working fine now. Commented May 20, 2016 at 10:37

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.