Php help please

Discussion in 'PHP' started by yazah, Feb 12, 2011.

  1. #1
    I in the process of making a site that will have1000sub directories and I want to put ads on them all the same ads but change them daily I tried (?include("site.c/1/11.php");? And get an error but when I put that in take the site just leave the 11.php and load that file in the directories it works. So is there another way as I do not want to have to edit each directory daily. Thanks
     
    yazah, Feb 12, 2011 IP
  2. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    sorry but I didn't get any word of this topic. Can you describe it little bit more?
     
    G3n3s!s, Feb 12, 2011 IP
  3. yazah

    yazah Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am making a website.it will have about 1000 sub folders example www.site.com/hi www.site.com/hey i want o put ads on them all but i do not want to edit them all 1 by 1 so i thought i can use something like <?php include("site.com/ad/11.php"); ?> but when i link it to my main site it does not show up get error.but if i do <?php include("ad/11.php"); ?> it works fine but i would need to edit all subfolders 1 by 1 if i did it that way.I want a code like that so i can edit one file on my main site and it will show up on them all.Is that a bit better i hope so..thanks
     
    yazah, Feb 12, 2011 IP
  4. asgsoft

    asgsoft Well-Known Member

    Messages:
    1,737
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    160
    #4
    try something like this:


    <php
    
    include "../11.php";
    ?>
    PHP:

    where you put that code inside the folder, and have 11.php in the folder above (home dir)
     
    asgsoft, Feb 12, 2011 IP
  5. yazah

    yazah Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    that dont work..
     
    yazah, Feb 12, 2011 IP
  6. asgsoft

    asgsoft Well-Known Member

    Messages:
    1,737
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    160
    #6
    what is your folder structure??
     
    asgsoft, Feb 12, 2011 IP