View Single Post
Old 08-31-2012, 07:06 PM   PM User | #4
DaveyErwin
Regular Coder

 
Join Date: Aug 2010
Posts: 809
Thanks: 12
Thanked 168 Times in 166 Posts
DaveyErwin is on a distinguished road
Quote:
Originally Posted by russthebarber View Post
Thanks for the reply.
Code:
myArray = ["bananas", "apples", "pears", "peaches", "oranges"];
is just an example to simplify what I am trying to do. I actually have a large form with hundreds of fields to send. That's why I wanted to do it with one JSON array and not with hundreds of hidden input fields.
so uh well these fields ?
are not form elements ?
that the user types in ?
where do they come from ?

Last edited by DaveyErwin; 08-31-2012 at 07:09 PM..
DaveyErwin is offline   Reply With Quote