V
V
Viplayer2019-11-23 13:48:15
PHP
Viplayer, 2019-11-23 13:48:15

How to get the date of registration VK?

How do I get the registration xml?
I'm trying to use this code:

$get_page = file_get_contents('https://vk.com/foaf.php?id=1');
$data = simplexml_load_file($get_page);
echo "<pre>";
print_r($data);

Returns this:
SimpleXMLElement Object
(
)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question