Re: [PHP] Trying to create a site-template system.. and..

2001-10-28 Thread Moody
Try this: (see http://www.php.net/manual/en/ref.outcontrol.php for more info) > > My problem is.. that when I do something like > > > > - > > $content = show_source("/path/to/file"); > > // or > > $content = "Blah.. blah.. ".include("/some/file").".. s

FW: [PHP] Trying to create a site-template system.. and..

2001-10-28 Thread Ryan Christensen
Just a refresher.. I never got any feedback on this, and would appreciate any input anyone has. Thanks! Ryan > -Original Message- > From: Ryan Christensen [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 26, 2001 6:03 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Try

[PHP] Trying to create a site-template system.. and..

2001-10-26 Thread Ryan Christensen
First.. here's the synopsis of what I'm trying to do: I'm working on a site where everything is based off a really simple template system I'm using, see the chunk of my index page that deals with the plates for example: - $tmpl_file = fopen ("./templat