Is there a way that I can determine the current url/location (like the
'location' variable in javascript)? For example, if I'm at
http://mysite.com/index.php, is there perhaps a fixed variable
containing 'http://mysite.com/index.php' already available, or is
there a function available to retrieve it? I want to use this to log
certain hits on my site, so it would be nice to have a way to do it
all in one page rather than integrating information sent with the help
of javascript from another page.
Thanks in advance!
Jon
'location' variable in javascript)? For example, if I'm at
http://mysite.com/index.php, is there perhaps a fixed variable
containing 'http://mysite.com/index.php' already available, or is
there a function available to retrieve it? I want to use this to log
certain hits on my site, so it would be nice to have a way to do it
all in one page rather than integrating information sent with the help
of javascript from another page.
Thanks in advance!
Jon
Comment