echo 'debug'; $post = urldecode(stripslashes($_POST['json'])); print_r($post); $result = json_decode($post, true); echo '<br /> Array: '; print_r($result);