armagedon66 adlı üyeden alıntı: mesajı görüntüle
@AsiRuh bu şekilde ters slash ları temizliyor ancak Array yine gelmiyor.
Pekiya böyle;
echo 'debug'; 

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

$result = json_decode($post, true); 
echo '<br /> Array: '; 
print_r($result);