Hessian,
Thanks for replying.
I tried doing this in the code
<select name="OptionName[$OptionName]"> so when it queries I may get something like this:
<select name="OptionName[Color]">
<contents>
</select>
<select name="OptionName[Size]">
<contents>
</select>
On the receiveing page I did this:
<?php while (list($key, $val) = each ($OptionName)) {
echo("OptionName['$key $val']"); }?>
I get this error message:
Warning: Variable passed to each() is not an array or object in /home/software/ezysite-www/demo3/display-cart.php on line 179