There is a site and you can enter through VK. That is, when you enter, the following is transmitted:
http: //naklikay.ru/index.php? act = register & uid = 123456 & ...
When I write code on my website:
<? file_get_contents('http://naklikay.ru/index.php?act=register&...'); ?>
Then he stupidly again displays this login form. In a word, I need to log in from my site to them. Can you tell me how to do it right?