echo "The content of my field is $array['key'] now.";
echo "The content of my field is $array[key] now.";
echo "The content of my field is " . $array['key'] . " now.";