Ajax, returning multiple values from PHP script?

yiui

New member
I am currently building a search application and I was wondering if anyone had any good ideas on how to return various values from a PHP script through to Javascript using Ajax. Currently I have no problem returning an array from php to javascript with Ajax, but can anyone suggust how i could return multiple arrays?
 
Back
Top