Имена участников (разделяйте запятой).
$rheight - числовое значение, может быть два или 3 числа. Example на два числа: $rheight = 88 Нужно к этому числу спереди поставить 3 и итог...
<img src="http://sssilkanaphoto.ru/bla-bla.jpg" style="width:270px;height:153px;background-color:#d1a19c;" width="270" height="153"...
<?php $item_url = "https://parser.com/tut.json"; $curl_handle = curl_init(); curl_setopt($curl_handle, CURLOPT_URL, $item_url);...
Есть кол таког вида: <?php error_reporting(0); $key = $_GET['q']; if ($key == '') { $key = urlencode('test'); //print ' '; } ?> <?php $q2 = $key;...
Ну да)
Пытаюсь получить иначе $url = 'https://parser.com/tut.json'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_TIMEOUT, 5); curl_setopt($ch,...
Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured...
Это был пример json... Разумеется урл не тот....
$get = file_get_contents("http://moidomen.com/?q=seo&4toto"); $decode = json_decode($get, TRUE); // TRUE for in array format...
Сорри, поправил json.Я просто обрезал... вот правильный json...
Есть json такого вида: {"status":"success","data":{"query":{"locale":"en_gb","query":"seo","offset":0},"result":{"items":[{"title":"Getting...