How to capture an external URL with PHP or JAVASCRIPT

0

Is there a method to capture the URL of an external Web page in an application in php?

Example:

  • I have my Index.php file on my local server: Localhost / app / index.php in my browser.
  • I open another window within the browser and login to link
  • and when executing a function in my index.php file, I capture the url link and store it in a variable such url.
  • can be raised with PHP or JAVASCRIPT

        
    asked by Kevin Schoeps 19.10.2018 в 17:43
    source

    0 answers