(29 июл 2014, 08:47) (
0/
0)
[
0]
Hatsune Miku,
nado bit vinimatilno
(29 июл 2014, 08:45) (
0/
0)
[
0]
<?php
/**
* Функция загрузки страницы через CURL и отправки POST данных
*/
function vk_go($post_url, $post_data, $refer){
$ch = curl_init($post_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, $refer);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($ch, CURLOPT_USERAGENT, 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.2.15 Version/10.00');
$data = curl_exec($ch);
curl_close($ch);
return $data;
}
?>
(29 июл 2014, 08:39) (
0/
0)
[
0]
da cURL yuzay che y tebya s cURL problema? tam legko je