[chop]
> mysql("$DBName","INSERT INTO CartItems VALUES
> ('$UID','$ItemID','$ItemQuantity','$Date','$CartItemsID','$ColorNa
> me','$size')")
> ;
>
Can you post the code for the mysql() function so we can see what it is
doing? Where does the variable $ColorName get set?
Rich