Results 1 to 2 of 2

Thread: PHP Layout

  1. #1
    Smeagol3 Guest

    PHP Layout

    For a social networking site written mostly in PHP, which would be better:

    every page is actually a separate page ex./profile.php)
    or
    every page is part of index.php ex./index.php?page=profile) ?

    Of course, every page will have have the same header, footer, and left-side navigation.

    Thanks.

  2. #2
    Join Date
    Nov 2008
    Location
    Rus
    Posts
    3
    I think that the modular architecture for a social networking is better, i.e. use index.php?page=profile

Similar Threads

  1. CMS advice (php)
    By Littlened in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 07 Jul 2007, 05:02 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
  •