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
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:
-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
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