var json_upload2 = "json_name=" + JSON.stringify({name: ''+z+'', id:''+tar+''});
fetch('Example.php', { method: 'post', headers: { "Content-Type":"application/x-www-form-urlencoded"}, body: json_upload2 }) .then(function(response) { if(response.ok) return response.text(); }).then(function(data){document.getElementById("demo666").innerHTML = data;
});
.wm { margin-top: 20%; transition: margin .1s ease-out .05s;}
.wm2 { margin-top: 0; transition: margin .1s ease-out .05s;}
if (x.className === "wm" ) {
x.className = "wm2";
} else {x.className = "wm"; };
Array ( [kind] => youtube#channelListResponse [etag] => "XI7nbFXulYBIpL0ayR_gDh3eu1k/5y6-lFW8UJTPmJ8iewXLMQyJsf8" [pageInfo] => Array ( [totalResults] => 1 [resultsPerPage] => 1 ) [items] => Array ( [0] => Array ( [kind] => youtube#channel [etag] => "XI7nbFXulYBIpL0ayR_gDh3eu1k/OMHI-W2ap-E8lIftvUp952RPVXc" [id] => UC_wb9FQkewAlh7i2bCB5FtQ [snippet] => Array ( [title] => Twitch [description] => [customUrl] => twitch [publishedAt] => 2013-05-07T10:33:14.000Z [thumbnails] => Array ( [default] => Array ( [url] => https://yt3.ggpht.com/a-/ACSszfFLNG0qhiqoNC0gFdyWRqJlpfihDNXh1J4qWw=s88-mo-c-c0xffffffff-rj-k-no [width] => 88 [height] => 88 ) [medium] => Array ( [url] => https://yt3.ggpht.com/a-/ACSszfFLNG0qhiqoNC0gFdyWRqJlpfihDNXh1J4qWw=s240-mo-c-c0xffffffff-rj-k-no [width] => 240 [height] => 240 ) [high] => Array ( [url] => https://yt3.ggpht.com/a-/ACSszfFLNG0qhiqoNC0gFdyWRqJlpfihDNXh1J4qWw=s800-mo-c-c0xffffffff-rj-k-no [width] => 800 [height] => 800 ) ) [localized] => Array ( [title] => Twitch [description] => ) ) [contentDetails] => Array ( [relatedPlaylists] => Array ( [uploads] => UU_wb9FQkewAlh7i2bCB5FtQ [watchHistory] => HL [watchLater] => WL ) ) [statistics] => Array ( [viewCount] => 1439918 [commentCount] => 0 [subscriberCount] => 7276 [hiddenSubscriberCount] => [videoCount] => 63 ) ) ) )
//http://news.google.com/news?output=rss&topic=t&ned=ru_ru
//http://news.google.com/news?topic=t&output=rss
//https://news.google.com/news/feeds?hl=ru&output=rss
$fff ='https://news.google.com/news?pz=1&num=13&cf=all'.$ru.'&q='. urlencode($fullname888).'&tbm=nws&output=rss&tbs=qdr:h';
//&source=lnt&sa=X&biw=1366&bih=672&dpr=1
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $fff);
curl_setopt($ch, CURLOPT_USERAGENT, 'PHP Bot');
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 30);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$json = curl_exec($ch);
curl_close($ch);
if ($json !== false) {
//$json = preg_replace("#(/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/)|([\s\t]//.*)|(^//.*)#", '', $json);
setlocale(LC_ALL, 'ru_RU.utf8');
Header("Content-Type: text/html;charset=UTF-8");
$json = json_decode($json, true) ;
//print_r($json);