> > echo $_POST['Colors'] . '<br />'; // outputs 'Array'
try with
echo '<pre>', var_dump($_POST['Colors']), '</pre>';
to be sure abot the structure. Also, which PHP version?
Regards
_________________________________________________________________
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010

