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