how to include quotation marks in a string php code example
Example: php quotations within quotations
<?php
echo '<span onclick="$(this).addClass(\'selected\');"> </span>';
?>
<?php
echo '<span onclick="$(this).addClass(\'selected\');"> </span>';
?>