so I am rather new to the whole .post() experience with jquery.
I have only experience POSTing input values so far. What I want to do is POST an array.
which is a standard array of a list of numbers. The end goal being: performing a query with these values.
Could somebody explain to me very basically how using JQuery .post() I can post my array?
many thanks,
$student_numbersa PHP variable? It looks like. Maybe you should post some code of what you already did.$.post()you send data from your client (JavaScript) to your server (PHP). But you already have the variable on your server. What exactly you are trying to do?