I'm trying to use php inside my css but server return php-code as is <style>p{background: url(<?php echo hello;?>)};</style>
I see url(<?php echo hello;?>) in my inline style with browser console. It doesn't matter do I place text/css header inside the code or not, quoted or double-quoted the php section.
But this style work properly on another server. Maybe there is any setting that doesn't allow use php this way?
.php