|
-
Nov 28th, 2002, 08:24 PM
#1
Thread Starter
Fanatic Member
to include or not to include
Hello all,
I'm currently using a Dreamweaver template for my site, so the header is about 50 lines, and the footer about 50 too.
I was wondering, is it better (ie, uses less bandwidth) to include the header/footer in instead of have the html code repeat each time?
I know it makes it more readable, but other than that, is there an advantage?
PHP Code:
<my header code>
...
<my php code>
...
<my footer code>
///or
include("path/to/header");
<my php code>
include("path/to/footer");
Thanks
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|