We are writing a program which extracts a number of questions for a test and generates an html page with JavaScript. When the user completes the test, the result is an array with the answers. We need to send this array to another php which stores the results in a a database. ¿How to we pass this array to the second PHP?