PDA

View Full Version : CMS Page


Wizza
05-08-2012, 05:17 AM
I want to add a custom CMS page which includes a php script. I tried following the instructions on VB.com but with no luck as I'm not very good with php and I understand print and echo need to be changed?

So, i'm looking for someone who is kind enough to lend a hand for five minutes and create me the custom CMS page?

Thank you

Lynne
05-08-2012, 03:46 PM
Change your echo/print statements to:

$output .="Your stuff here";

And then see if it works.

You can also post your code in the Programming Forum and ask for help.