Page viewer oddity

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 22, 2008   (RSS)

Re: [roddruce] Page viewer oddity

By Dave - August 21, 2008

Hi Rod,

Try removing this line, it's the record number used in the database, you likely don't need it in this case.

<?php echo $demoRecord['num'] ?><br />

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Page viewer oddity

By roddruce - August 22, 2008

That worked thanks Dave.