Hi,
Can php detect post data. I'm parsing some dynamic variable from a multitude of dynamic select dropdowns named;
opt1
opt2
opt3.....
opt56
opt57 etc...
Can php detect post variables like "opt"?
Then for each I will put them into one variable to be expoloded later.
for each $opt{
$prod_options .=",$opt34"; etc...}
Any help much apreciated. 🙂