I was wondering what the proper method for passing multiple sets (strings) of data back after processing a ajax call in php.
I know echo is used to send a string of data back, but what if I want to send multiple strings? and also how do I handle those string in- success: function(html){} ?