Hi Andrea,

Thanks for your responses.

The output  from echo '<pre>', var_dump($_POST['Colors']), '</pre>';

is -->  string(5) "Array"

I am using php version 5.2.10.

It is strange that you posted the same array and ran the implode function ok
?  That has me baffled.  I am several forms within the application,  but
this is the first array.

Thanks.



Andrea Giammarchi-3 wrote:
> 
> 
> 
>> 
>> 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
> 

-- 
View this message in context: 
http://www.nabble.com/Correct-handling-_POST---and-implode.-PHP5-tp25815789p25817793.html
Sent from the PHP - General mailing list archive at Nabble.com.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to