In order to send PHP array as a response of AJAX request, you need to encode that array first using json_encode() function. [code]$a = [“string1”,”string2”] ...
確定! 回上一頁