I want to know how to link to an external CSS stylesheet using PHP, on a conditional basis.
For example:
if ($cssOption == "default")
{
//Include external CSS stylesheet...
}
I've seen some similar, but not exactly this.
Thank you for any help...
Edited by Hunter100, 22 April 2011 - 02:57 AM.


Sign In
Create Account


Back to top









