$answerAr = json_decode($_POST['data']); $answers = serialize($answerAr);. If I echo the json_encode ( $answerAr ) it alerts NULL in Ajax and $answers turns ...
確定! 回上一頁