How can I get the full URL, like http://www.domain.com/page.php?id=someid&page=1, not just http://www.domain.com/page.php?
How can I get the full URL, like http://www.domain.com/page.php?id=someid&page=1 , not just http://www.domain.com/page.php ?
Share
$_SERVER['QUERY_STRING']has the query string portion of the URL.