AsiRuh adlı üyeden alıntı: mesajı görüntüle
Pekiya böyle;
echo 'debug'; 

$post = urldecode(stripslashes($_POST['json']));
print_r($post); 

$result = json_decode($post, true); 
echo '<br /> Array: '; 
print_r($result);
bu şekilde tamamen gitti beyaz boş sayfa geliyor.