Show Output
Display Single Quoted String Containing Variable in PHP
"; // Prints: Sky is blue echo 'Sky is $color'; // Prints: Sky is $color ?>