Page 1 of 1

How to include php code into a Global Content Block

Posted: Thu Jun 19, 2008 2:22 pm
by xberos
I'm in a Global Content Block and I have to use PHP. Can I do it?

For example I have this code.







Thanks

Re: How to include php code into a Global Content Block

Posted: Thu Jun 19, 2008 2:49 pm
by RonnyK
For PHP, use the UDT, where you create your snippet of code without the wrapped around. In the GCB, call that UDT, by putting {udtname} in the GCB.

Ronny