Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] AJAX: how2post arrays


  • From: list at tridemail.de (Michael Borchers)
  • Subject: [Javascript] AJAX: how2post arrays
  • Date: Thu Nov 16 08:34:36 2006

my POST AJAX script works fine for single <input> fields so far, but how do 
i post arrays like:

<input type="checkbox" name="foo[]">
<input type="checkbox" name="foo[]">

?!