Results 1 to 8 of 8

Thread: Helpppp

  1. #1
    Join Date
    Aug 2006
    Posts
    282
    Tokens
    0

    Default Helpppp

    You know normally yeah, say your in the folder /public_html/forum you could put in a hyperlink /images and it would go to /public_html/forum/images yet i need to go a directory back in a sort of way so theres a folder called shout and in that folder there is a folder called admin but theres a file in the admin folder that needs to write to a folder in the shout folder, i need to know how i direct it a folder thats in the directory before this one.

    If you get my drift.

  2. #2
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default


    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  3. #3
    Join Date
    Aug 2006
    Posts
    282
    Tokens
    0

    Default

    That don't work it won't write to it when using a URL.

  4. #4
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    /forum/shout/filename
    Last edited by reindeer.; 10-08-2006 at 10:41 AM.

  5. #5
    Join Date
    Nov 2004
    Location
    HabboWeb FM Offices
    Posts
    3,019
    Tokens
    0

    Latest Awards:

    Default

    So for instance, your in forum/images/style

    If you want to get back to forum, i think you would use <a href="../forum"></a>

  6. #6
    Join Date
    Apr 2006
    Location
    wolvo init lol.
    Posts
    2,272
    Tokens
    0

    Latest Awards:

    Default

    If it was an Image you'd put
    <img src="/forum/shout/filename"></img>
    so just insert /forum/shout/filename.

  7. #7
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Say you are in /file1/file1/index.php and you wanted to link to /file2/file2/index.php you would use <a href="../../file2/file2/index.php">Click here to go to file2!!!</a>

  8. #8
    Join Date
    Aug 2006
    Posts
    282
    Tokens
    0

    Default

    Foaly then it would think that forum was in the folder i am already i think blob is right

Posting Permissions

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