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?