Helllo thanks for reading my question,
I'm trying to figure out if it is possible to obtain the
$_SERVER['QUERY_STRING']
from
$_SERVER['HTTP_REFERER']
I just rebuilt my site and I'm getting a lot of hits on my custom error page however all referer tells me is /mypage.php and it doesn't include the query string....
Is there any way to obtain the query string with the refering page information???