Hi All,
Is it possible for php to be 'aware' of the url that's in a browser's address bar?
I have a small php script that I link to from a number of different html pages, say index1.html, index2.html, index3.html, ect..
Is there a function or somthing one can use that would let the script know if it were called by a link from index1.html rather than index2.html?
Thanks
Jeremy