| 1. |
Solve : sendig an array over ajax? |
|
Answer» hello i have quite a large array of data that i would LIKE to send to my database. i currently use javascript or client SIDE and php for SERVER side. how would i send an array using an ajax request and also how would i make use of that array on php.Use JSON to bundle up your array. |
|