Forum Moderators: coopster
As is my recording part of the script is using
$referer=getenv("HTTP_REFERER");
I know that collects the referer; but I want the realtime url.
I've looked around and found:
$_SERVER['PHP_SELF']
But after I did some tests - that would not include anything after the index.php part; meaning:
ROOT/test.php?page=2 & ROOT/test.php
both equal:
/test.php
I need that - for example -?page=2 part.
How can I get it as the page exists, not waiting for the next click?
So you would be inserting URL?QUERY_STRING
Anyway ... hope this at least tells you where to look for the data ;)
Hey side question - - Is it possible using PHP to distinguish if the browser in question is using frames to view the site?
[webmasterworld.com...]
As a n00b...
"This entire time Ive been trying barn_de 's method; all I had to do was add one more line pointing out the location of php4ts.dll."
Exactly, what did that line contain? And where did you put it?
Thank you very much
/Björn