Image

Imagedamyx wrote in Imagephp

detecting contents of address bar

Is there a way to do that in PHP?

Here's the situation-
I have an index file with a php script #included, and I want the script to load files from the directory of the index file. is there a way to do that without passing variables and using GET?

concisely:
Is there any PHP equivalent of JavaScript's window.location?

thank you very much!

Damon