[thelist] Design with includes | no framesets

Martin Burns martin at easyweb.co.uk
Sun Jun 9 03:24:00 CDT 2002


On Sunday, June 9, 2002, at 02:21  am, David Dorward wrote:

> On Sat, 8 Jun 2002 19:28:43 +0200
> "Blessed Software Inc." <titsche at gmx.at> wrote:
>
>> Hi all!  I'm quite new to php and have a basic question. So here it
>> is: My php sites are all completly php!  So my site doesn't look
>> like : <html> <body> <?php echo "blah"; ?></body></html> it is all
>> like: <?php echo "<html><body> " . $blah . "</body> </html> ?>
>
> I would advise against that approach, from what I hear it uses a lot
> more in the way of CPU cycles to deal with it.

Can't speak for php, but with normal SSIs (<!--#include --> type), the
overhead is minimal, and you'd have to be on a massively loaded box for
it to be noticeable.

Serving multiple frames doesn't come for free either btw

Cheers
Martin
_______________________________________________
email: martin at easyweb.co.uk             PGP ID:	0xA835CCCB
	martin at members.evolt.org      snailmail:	30 Shandon Place
   tel:	+44 (0)774 063 9985				Edinburgh,
   url:	http://www.easyweb.co.uk			Scotland




More information about the thelist mailing list