|
abbeyvet -> RE: What is this line of code doing? (4/15/2002 13:05:33)
|
quote: these 2 dots and a forward slash e.g ../index.php where is it trying to call it from.
This means it is calling the index page form the directory above the one containing the page you are viewing. It is a relative link. The ../ indicated that you need to go up a directory, the index.php is what should be displayed in that directory. For example if I had the following set up: Directory 1 | Contaning---Subdir | In turn containing Dir (i) A page in Dir (i) would access a page in SubDir 1 using ../page/htm and a page in the main directory using ../../page.htm quote: Also, what is this trying to call ?page=links&lang=
The fact that the page being linked to ends in php means that there is some sort of a php script working inside it. This is a command to the script. What it actually does will depend on what the particular script is configured to make it do - there is no way to tell by looking at it. Katherine ++++++++++++++++++++++++ www.inkkdesign.com Women and cats will do as they please. Men and dogs should relax and get used to the idea.
|
|
|
|