I have a php script. This will communicate with the server using ajax. The ajax response text is returned as a single variable/text/number. But i want to get more than one values in database and stored in a php array. I want this php array to return as ajax response text and stored in a...