Receiving associative arrays
I have a small app in which some data is placed in an associative array which I then want to send to a database. Is it possible to send the associative array, as is, to ASP and retrieve these values? I've already found that I can do this with a "regular" numberically-indexed array. I just wasn't sure if I could do this with an associative array.
Chris
|