PHP CSS Parser

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
I wrote a PHP class that allows you to use your PHP variables in your CSS.
Since I wrote it, I've used it on every site I've made and it's very helpful, so I decided to post it up here so that if anyone else wants to use it they can.

Enjoy :)
 

Attachments

  • css-parser.class.php.zip
    1.6 KB · Views: 240

Danielx386

Member
Messages
711
Reaction score
9
Points
18
Nice one. I will look at this later. One qestion, do you have a script that will take all the ?* */ and other stuff out? I'm looking at compressing my css as much as possable
 

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
no, but if you want some custom scripts written, i will do it when i have more time.
 
Top