I have a editable datagrid which I fill from mySQL with PHP.
So far works good.

But when items are changed (edit, added, deleted), I want them to save the
data in my mySQL database.
My values are in this multi-dimensional indexed array, which elements all
contain a associative array:

myArray[i]["id"]
myArray[i]["name"]
myArray[i]["description"]

So, can anyone tell/show me a apropriate way to pass this to PHP and in the
php-file how to INSERT or UPDATE this to mySQL?

TIA!
Best regards,
Cor van Dooren


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to