how to get the full url in php even the https code example Example: php get full url $fullURL = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];