utilizza il foreach

foreach($array As $key => $value)
{
echo $key."=".$value;
}

sostituisci $array con la tua.