What's the best way to automatically print an HTML header and bottom in php?

Posted by qster on Stack Overflow See other posts from Stack Overflow or by qster
Published on 2010-03-25T06:56:01Z Indexed on 2010/03/25 7:13 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

Currently I'm using:

PrintHeader();
/* Page code... */
PrintBottom();

Is there a better way?

© Stack Overflow or respective owner

Related posts about php

Related posts about html