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.
Implement CSS
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Implement CSS
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 
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
-
uday.strad
- Forum Newbie
- Posts: 10
- Joined: Wed Oct 02, 2013 1:03 am
Re: Implement CSS
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
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