Answers for "which escape sequences can be used in single quoted ( ' ) strings in php?"

PHP
1

php quotations within quotations

<?php
  echo '<span onclick="$(this).addClass('selected');"> </span>';
?>
Posted by: Guest on July-20-2020

Code answers related to "which escape sequences can be used in single quoted ( ' ) strings in php?"

Browse Popular Code Answers by Language