Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ombak/d7cb2c1817e92f9e41c5cea412dc52cb to your computer and use it in GitHub Desktop.
Save ombak/d7cb2c1817e92f9e41c5cea412dc52cb to your computer and use it in GitHub Desktop.
<?php
$text = 'Merokok tidak baik untuk kesehatan.';
//...output- $text
echo '$text';
//...output- Merokok tidak baik untuk kesehatan.
echo "$text";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment