In order to send PHP array as a response of AJAX request, you need to encode that array first using json_encode() function. ... success: function(result) {
確定! 回上一頁