Hello
I'm displaying HTML content with CSS formatting using PHP's print_r, but I'm having doubts when single quotation marks, I've opened STYLE with single quotation marks, but inside the image selection it has 2 single quotes, but not is it working, how do I format it correctly?
<?php print_r("<div value='6_1' style='background-image: url('../img/banner-product.png')'></div>"); ?>