Skip to content

Instantly share code, notes, and snippets.

@chronosceptor
Created December 7, 2018 14:34
Show Gist options
  • Select an option

  • Save chronosceptor/c7c430a826087b6c94816a29eaa7e5f5 to your computer and use it in GitHub Desktop.

Select an option

Save chronosceptor/c7c430a826087b6c94816a29eaa7e5f5 to your computer and use it in GitHub Desktop.
PHP | Escape Sequence
<?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