namasteaz Posted February 25, 2010 Share Posted February 25, 2010 I know how to get the URL of the referring link ($_SERVER['HTTP_REFERER'])... But what I cant figure out is how do you get the query string that the http_referer used ? The server variable $_SERVER['HTTP_REFERER'] seems to drop the query string that was used. Does anyone know if it is possible to read the query string of the referring http_referer ?? Many Thanks Link to comment https://forums.phpfreaks.com/topic/193300-_serverhttp_referer/ Share on other sites More sharing options...
play_ Posted February 25, 2010 Share Posted February 25, 2010 $_SERVER['query_string']; Link to comment https://forums.phpfreaks.com/topic/193300-_serverhttp_referer/#findComment-1017832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.