Page 1 of 1
Re: Implement CSS
Posted: Wed Jan 09, 2013 4:44 am
by twinedev
Fist you would need to define what you mean by "implement a CSS in PHP"
My initial reply, PHP doesn't use CSS, so you don't. But I'm sure you mean something else.
Re: Implement CSS
Posted: Wed Jan 09, 2013 7:24 am
by social_experiment
as twinedev says php doesn't use css but php can create html that does use css, from that point it is no issue, just treat the 'html' as you would other html. You've given us too little information to assist you accurately

Re: Implement CSS
Posted: Mon Jan 06, 2014 4:43 am
by uday.strad
The agree with the above answer but also remember its a php file. Php file has extension .php while css file has extension .css
So if u r including css in a php file your extension would be .php
whereas including a css file externally would require a .css extension