PDA

View Full Version : PHP code in a template??


rodsterAce
03-02-2002, 08:14 AM
Is it possible to put PHP code in a template? Like can I store an array and and a 'for' loop in a Vb Template? Or do I have to keep every piece of logic in the phpinclude template?

Admin
03-02-2002, 08:19 AM
Originally posted by rodsterAce
Or do I have to keep every piece of logic in the phpinclude template?
You answered your own question right there buddy. :)

rodsterAce
03-02-2002, 08:28 AM
Thanks, I figured as much, but was hoping their might be a few alternatives.