Re: [PHP-WIN] Re: Using PHP in Web Pages

2001-07-12 Thread Rob Styles
If all you want to do is pull navigation, or other common components, into a page then PHP is slow compared with the specifically deisgned web-server function for it - SSI (Server Side Includes). Try: http://httpd.apache.org/docs/howto/ssi.html.html I haven't found a HTTP server yet that doesn't

RE: [PHP-WIN] Re: Using PHP in Web Pages

2001-07-10 Thread Ben Bleything
If this is too 'big' of a solution (ie, you don't need all that functionality) you could just 'include header.inc', 'include footer.inc', etc. Check the manual for details.. Although, templates will probably be a bit more flexible, I would guess... Ben -Original Message- From: Michel L