Answers for "php when to use double quote echo and single quote"

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 "php when to use double quote echo and single quote"

Browse Popular Code Answers by Language