4images Forum & Community

General / Allgemeines => Programming => Topic started by: GaYan on November 17, 2009, 06:55:57 AM

Title: Defining Path to a directory using HTML
Post by: GaYan 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 !

Title: Re: Defining Path to a directory using HTML
Post by: V@no on November 17, 2009, 08:53:31 AM
../images.xml

should do it
Title: Re: Defining Path to a directory using HTML
Post by: GaYan on November 17, 2009, 01:59:03 PM
Thanks.. sir V@NO ! !