how to get the link of the current page in php

<?php  
    if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on')   
         $url = "https://";   
    else  
         $url = "http://";   
    // Append the host(domain name, ip) to the URL.   
    $url.= $_SERVER['HTTP_HOST'];   
    
    // Append the requested resource location to the URL   
    $url.= $_SERVER['REQUEST_URI'];    
      
    echo $url;  
  ?> 

4.5
2
Phoenix Logan 186120 points

                                    actual_link = (isset($_SERVER['HTTPS']) &amp;&amp; $_SERVER['HTTPS'] === 'on' ? &quot;https&quot; : &quot;http&quot;) . &quot;://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]&quot;;

4.5 (2 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
current Link php php print current link &ldquo;get link href in php get php link php get current href how get current page link n php get link in php how to get page in php with url how to get current link in php get url link php php get html link get the url from link in php how to get link url in php get current href php php get the link url get link of &lt;a&gt; php get the current href php php get href url php current link get link from php get link page php php link to page get how to get the link of a page using php php url of current page get link using php how to get the link in php php post current url path get link php php get the previous page url from link get link from any website in php php get the current page location php check page getting the current url in php get domain address in php php get url path get php current page selCurrent php share current page url using php share current url location in php how to get php page from url php get current page domain name get host of url php php get current path url how to get .php domain of a website page.php?url= get live url php how to get domain name using php php get the page url get page using php current page url php check current page get current pagep hp how to find the domain in php how to take an url in php find contact page url php php get current page from url getting url in php save url on the current page in php find url from link php how to get url of the page in php php get page ur php var for current page php if get page name php check page url value how to navigate to a url in php php dispay url how to generate url link in php php get currne tpage title how to get this url in php get page link href in php php how to get current page URL php wordpress get current page url get url of current page php url pages php define pages url in php how to get page domain in php get the active page full url php check url get page url by php php get domain url php page name get current link php php current page url php server page namme print current page url php get curent page php get url information get url of the current page php echo a url in php get current page url php get current site url php how to get the url of the page in php get current page url how to read url with php php code to get current page url get url php current page detect current url domain name using php get current request in php how to get currnet site url in php how to get the link of the page php php how to identify current web page name php how to identify currentwebpage php how to identify current page how to get page name php get current page url using php how now the url with php how to get active page in php how to get current page in php get the current page name in php actual page php how to get a page url with php php get link of the curent page current url in php php print url get location in a request url in php php get current url in html string php get url self how to print current url in php get page name using php see site url php php how to pring current page url get page url inp php how to get url in php] get ful url for current page for form in php page url php how to echo a url in php live url inphp current page php reference to current page php php display url get present page url php get url page when using get url name in php php confirm active url get the url in php get url of page in php php send current url to get get domain url in php php get webpage url echo current page url in php php echo current page url get current page url in php\ currente page php get the url from $_SERVER php how to get only page name from url in php php current page hwo to check current in php page url in php how to get url of page in php php how to know the page url get link url php php page self url get page name php get current server url php how to get current server url in php php get current pagr php check the page you're on get site name in php current page name in php php get url of current page get browser url in php get current url protocol php php check what page you are on current page in php how to get page url in php php if current page is find page name in php php get current page name request url in php how to get server url in php get name of current page php php get description of current page grab current url php get only page name in php php get name of page how to get the link of my current page php print current url in php get window url in php get location page with php how to get url with php php get location from url php get current site url php get current page php how to get url of current page hwo to retrieve a string of the current url in php url in php code get php url php check url that asked for the page php check current url check current url php geturl in php how to get url using php php get current website url present page name in php php get link of current page php curent page how to show current url using php get server url in php php get https ling in a variable php check page url get current url php php check page location how to get current url php how to call current url in php echo url in php get uri in php php get URL get current page in php how to get current url in php get url in php how to get url in php how to get page url from server in php current page url include pgp get page url php how to get url php get the current page url php get site page in php get page url in php in html get current url in php in html php get window url php echo page url php get page name get current page url in php php existing page get current page php match the response url in javascript how to go to top of the page in html how to code javascript on the next page php how not to have the page open to run the code current tiestamp in js how to center my form in the middle of the page html How to make one of the options to be select when load the page angular how to change the domain default page for logged in user nodejs how to get the name of the current function golang php getting location of page php page url url page php how to get the url of a page in php how to get current page url in php php get page url echo url address php if current url php php get page php get url current page php get current page url php get page link how to check current page url in php get current page link php
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source