Results 1 to 5 of 5

Thread: php template help

  1. #1
    Join Date
    Feb 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default php template help

    Hi,

    I was having a look at the tutorial (http://www.dynamicdrive.com/forums/s...ad.php?t=28260) on this site and I was wondering how hard it would be to modify this. I have some basic php knowledge but I’m just looking for some pointers.

    My file set up would be:

    index – landing page

    page 1 – where the user selects which site they want to visit then this will spilt into two different sites.

    What I’m wondering is what script do I put in my index page and page 1 as that is acting a bit like an index page aswell. Then will I just have the two sites in separate folders with relevant php in each page.

    Any help would be great.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    how does the user select the site?
    form (select box, radio buttons)? link?

    is the url the same and are there get variables www.dynamicdrive.com/index.php?getvar=value

  3. #3
    Join Date
    Feb 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    By clicking on a link on the second landing page.
    Yeah thats what i'm trying to achieve.

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    just assign the link the url of the page you wish to go to, no php needed

  5. #5
    Join Date
    Feb 2008
    Posts
    18
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I'm actually thinking about changing my pages to include header and footers and then a content.php etc due to that being the only part of the site that will be changing.

    Hopefully its easy enough to change over and re-do.

    Thanks for the input.

Bookmarks

Posting Permissions

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