I may need to post this on another forum, but I will try here first.
I have a browser client application which generates a dataset - meaning many rows of data, in an internal javascript array.
And, I would like to get this data into a database in the form of several rows.
How do I do this in a javascript function? I have seen cases where PHP generates javascript in order to read (Select) a dataset and have it visible to the client (uses echo). But is POST the way to do it in the other direction?
Basically what I am asking - is there a generalized way to pass a large amount of data to the server from the client.
Thanks.
I have a browser client application which generates a dataset - meaning many rows of data, in an internal javascript array.
And, I would like to get this data into a database in the form of several rows.
How do I do this in a javascript function? I have seen cases where PHP generates javascript in order to read (Select) a dataset and have it visible to the client (uses echo). But is POST the way to do it in the other direction?
Basically what I am asking - is there a generalized way to pass a large amount of data to the server from the client.
Thanks.