RE: $_POST returns Array when getting data from multiple dropdown

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/1/05, Erfan Shirazi <eshirazi@xxxxxxxxxx> wrote:
> foreach($_POST as $key => $tempvalue)> {>         $cVariable .= $key."=".$tempvalue."&";> }
> Is there anyway I can get the values chosen instead of just "Array"?
check for that first using is_array() and then loop through itappending it to the string

-ahmed

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux