Answers for "php how to ignore a variable inside a string"

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 how to ignore a variable inside a string"

Browse Popular Code Answers by Language