CodeIgniter / PHPGet the full URL in PHP November 1, 2017 Chandan SharmaComment on Get the full URL in PHP#Get the full URL in PHP $CURRENT_PATH = ‘http://’.$_SERVER[‘HTTP_HOST’].$_SERVER[‘PHP_SELF’]; Read More