Get information from another page with PHP

0

Is there any way to get information from another page, such as <title> , <link rel="icon" href="/favicon.ico" type="image/x-icon"/> , <meta name="description" content="DESCRIÇÃO DE OUTRO SITE"/> , even page image like this: <meta property="og:image" content="/81.jpg" />

This is a parameter of a URL

$url = $_GET ["url"];

That is when I have a COM URL with link.php?url=https://siteapegar.com I can get all this information up.

Is there any way to do this?

    
asked by anonymous 13.04.2018 / 01:48

0 answers