How do I edit an external css file with PHP? -


I have a page with image I want the client to be able to upload a new image in the database and then Be able to exclude the image from inside the CMS Once they convert it to CMS, I want to edit PHP background image in an external CSS file.

Is it possible to do this? I know PHP is a way to exclude an image tag in HTML markup, but I would like to be able to edit the external CSS file to keep my code cleaner.

  "post-text" itemprop = "text"> 

AddHandler application / x-httpd-php.css


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -