A
A
Anton Melentiev2016-06-16 15:40:02
PHP
Anton Melentiev, 2016-06-16 15:40:02

How to download an avatar from VKontakte by URL?

$path = "http://syte.ru/images/".$img; 
    file_put_contents($path, file_get_contents($photo_200));

where: $img - generating + .jpg
$photo_200 - cs309220.vk.me/v309220275/8f04/zJKAqJ8CYn8.jpg the
file is not downloading... Tell me, where is the error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2016-06-16
@MaxxxNSK

file_put_contents can write to url?
should write your avatar to /tmp/file.jpg.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question