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

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

2001-07-12 Thread elias
you can always use PHP and the include(), like header.htm is: menu1menu2 and footer.htm is another file, in your main.php file you can do like:

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

2001-07-10 Thread Ben Bleything
-Original Message- From: Michel Laine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 5:00 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Using PHP in Web Pages David Cox wrote: > can someone here steer me in the correct direction? > > heres what i want to do. (im sure its

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

2001-07-10 Thread Michel Laine
David Cox wrote: > can someone here steer me in the correct direction? > > heres what i want to do. (im sure its possible)?? > > i dont want to have to edit every web page when i change something. can i > make multiple pages, (say a header, footer, links, maintext, and then use > PHP to call thos