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:
1.4m articles
1.4m replys
5 comments
57.0k users