Results 1 to 29 of 29

Thread: Including a header php page *finished*

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Including a header php page *finished*

    I'd like to include a header.php page to serve as the top part of every php page I make. I'm aware that I can use include("header.php"), but I have a question...

    Is include() the right way to go about it?


    In ASP, I use the simple

    VB Code:
    1. <!--#include file="topinclude.asp"-->

    Is it better to use this, or include()?

    Any better ways?

    Tx.
    Last edited by mendhak; Jan 30th, 2003 at 12:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width