I create an array (of over 100 elements) in Javascript, collected from
client-side interaction. Now I want to pass that information to PHP to
update a MySQL database. I'm guessing I would encode the information into a
data structure to pass to a page via POST. But I don't know how to do that
(or something better?). Can someone please point me in the right direction?

Thanks.
  --David




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to