how to insert page content from one page into another

4 posts by 3 authors in: Forums > CMS Builder
Last Post: March 23, 2011   (RSS)

Re: [csdesign] how to insert page content from one page into another

By Toledoh - March 21, 2011

Have you tried <?php include("boxList.php");?> ?
Cheers,

Tim (toledoh.com.au)

Re: [csdesign] how to insert page content from one page into another

By robin - March 22, 2011

Hi csdesign,

I agree with Toledoh. You should just be able to use
<?php include "boxList.php"; ?>
instead of repeating the load records code for boxRecords in news.php.

Hope it works out for you,
Robin
Robin
Programmer
interactivetools.com

Re: [robin] how to insert page content from one page into another

By csdesign - March 23, 2011

wow... I knew it was something so obvious that I would be ashamed to even ask... I'm brunette, but apparently I was having a blonde moment. ;) j/k...