Author Topic: Defining Path to a directory using HTML  (Read 4917 times)

0 Members and 1 Guest are viewing this topic.

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Defining Path to a directory using HTML
« on: November 17, 2009, 06:55:57 AM »
Hey.. i have a small problem :)

Dear Experts can u help me !

Here is my folder structure !

|| ROOT
|| - images.xml
|| - index.php
|| - *.SWF


| admin
-- Images
-- games
-- developed
-- php
-- XML
-- admin.swf

now what i need to do is , i need to call the images.xml which is in the root folder.. and im in admin folder..
as you can see/ admin.swf, i need to load the images.xml which is in root folder to admin/admin.swf

hope u got it..can some1 help me....

Thanks in advance !

I'm Back :)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Defining Path to a directory using HTML
« Reply #1 on: November 17, 2009, 08:53:31 AM »
../images.xml

should do it
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: Defining Path to a directory using HTML
« Reply #2 on: November 17, 2009, 01:59:03 PM »
Thanks.. sir V@NO ! !
I'm Back :)