Abdullahx adlı üyeden alıntı: mesajı görüntüle
$sonuc = preg_replace('/s+/', ' ', $sonuc);
preg_match('#<div class="reportingDashboardGridContainer" style="overflow:hidden"> (.*?) </div> <div class="cell cell2" graph="violationBar" data-highcharts-chart="4"#',$sonuc,$result);
print_r($result[1]);
Notice: Undefined offset: 1 in C:xampphtdocscurl.php on line 21 hatası aldım.