How to get multiple responses to a single ajax request in php
问题 I am making a web app, where I want to provide a search function. I am sending the searched name with an ajax request, and i want to pull the records of that particular person. But since there are many details that are to be displayed, I am finding it difficult to get the response. (I am not able to get more than one response at a time) I want to know, if there is a way to get multiple responses for a single request, or a way to send all my variables in the target PHP file to the requesting