Which escape sequences can be used in single quoted ( ' ) strings in PHP? code example
Example: php quotations within quotations
<?php
echo '<span onclick="$(this).addClass(\'selected\');"> </span>';
?>
<?php
echo '<span onclick="$(this).addClass(\'selected\');"> </span>';
?>