Did either of you even bother to read my post?
#1: I specified that ALL FORM ELEMENTS WERE CHECKED
#2: I specified that THE HTML CANNOT BE CHANGED FOR REASONS BEYOND MY CONTROL
I'm not a programming or php newbie. I know about the [] idiocy of php. I'm in a situation in which I can't use it because I don't control the forms.
So I said to myself, "It can't be true. Surely no programming language would be so poorly designed that it would actually require me to change the name of a variable in ANOTHER language/program whose variables it is importing."
"No it's true!" proclaimed my fellow programmers.
"But," I cried, "The external program actually provides the variables in the format that I want them, as a comma-separated list."
"So what," they said, "PHP won't let you get at that comma separated list no matter what you do. You'll have to rename the form elements in the HTML and then get the data as an array, and then recreate the comma separated list that was what you originally needed yourself."
"That's not acceptable" I said.
"Well, you could write an input handler from scratch." they replied.
"That's not acceptable either" I said. "Any web language worth ANYTHING will have a way for me to access the data that the web server sent me in the format that the web server sent it to me."
"Nope. It can't be done" said every PHP programmer I knew.
I whined, "Fine! I'll ask some other PHP programmers. Surely they'll know the secret."
So I posted to a bbs for php programming help, hoping and praying that I wouldn't get the same old tired response: "PHP is a crippled POS language that won't let you do the very simple thing you want to do without going through a bunch of extremely complex shenanigans."