foreach ($array as $key => $value) { echo "$key = \"$value\""; }
$i = 0; foreach ($array as $key => $value) { echo "TEXT$i = \"$value\""; $i++; }