Posts Tagged ‘php array’
How to get ajax response as array to php?
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 javascript array.
Possible. Please explain….
How can I create a MySQL database from a PHP array?
I have a huge PHP array that I would like to turn into a database. I was wondering if anyone knew of a could way of doing this or a place online that has good instructions. Thank you for any advice you can give.