php - Jquery array submit -


I have a page where 117 input fields are what I want them to submit through Jquery AJAX What do I do? Thinking, creating an array and sending them in such a way. I would like to ask that it is possible to take all the inputs and then put them in an array and then recover them from php files . (For example, should I explode, or for each..atc ??) Input fields are not in one form (only in the div with id = "config") Thanks.

Why not use an Ajax Post? In PHP, they will all be accessible through the 'superglobal' array.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -