Answers for "how to ignore single quotations in php"

PHP
0

php remove quotes

str_replace('"', "", $string);
Posted by: Guest on January-13-2021
4

php quotations within quotations

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

Code answers related to "how to ignore single quotations in php"

Browse Popular Code Answers by Language