Created
December 7, 2018 14:34
-
-
Save chronosceptor/c7c430a826087b6c94816a29eaa7e5f5 to your computer and use it in GitHub Desktop.
PHP | Escape Sequence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $name = 'cienciastar'; | |
| $string = "Lets display \"Hello $name!\" to the screen"; | |
| echo $string; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment