Show Output
PHP Strings
"; $b = "Hello world!"; echo $b; echo "
"; $c = 'Stay here, I\'ll be back.'; echo $c; ?>