Show Output
PHP Single and Double Quoted Strings
"; echo 'Hello, $my_str!
'; echo '
Hello\tWorld!
'; echo "
Hello\tWorld!
"; echo 'I\'ll be back'; ?>