Re: [PHP] Wrap content with a layout file

2002-09-23 Thread Justin French
Generally I like to have header and footer, but you should look at the template engines out there (smarty for example) for some inspiration. This for example, would work fine for a WIDE range of pages: file.php?include=something: ... ... Some prefer one style others prefer another. Just

RE: [PHP] Wrap content with a layout file

2002-09-23 Thread Michael Egan
I generally do the same - have a header and footer file which create a three column table. The content then fits into the central column. Other ways of doing this might be to use frames (though many disapprove of frames) or to use the iframe tag - the latter is something I only recently became