Quote:
Originally Posted by Lynne
You've done something wrong. I suggest you redo it all and make sure you are using a plain text editor when creating the php file. like notepad.
|
Thanks for the fast response. I tried again and was able to get it to work.
Another question if you don't mind...
Please forgive me if my terminology is not perfect.
I see that I can set values in the // ###### YOUR CUSTOM CODE GOES HERE ##### area and the register them for use by the template in the // ###### NOW YOUR TEMPLATE IS BEING RENDERED ###### area. However, I want to display the output from some php code. Is there a way to add the code and set it's value for template use?
Or I guess, in other words, is there a way to run a php script and display it's output within the template?