how to use php path in css?

vempire

New Member
I am trying to give path to an image through a php variable in css like this: \[code\]<?php $path= "www.ghhelpline.com/hello/images/" ?> <style> .hello { background-image: url("<?php echo $path;?>new.png"); } </style>\[/code\]Is it possible or not?if not tell me other way to do this.
 
Back
Top