Is it possible to put quotes inside quotes?
If so how?
Here is my code:
<?php echo '<span onclick="$(this).addClass('selected');"> </span>'; ?>
According to php.net
To specify a literal single quote, escape it with a backslash ().
It means you could have:
2.1m questions
2.1m answers
60 comments
57.0k users