- How to link css files to work correctly with wamp server?
- <link href="css/header.css" rel="stylesheet" type="text/css" />
- <link href="<?php echo $webroot?>/yourfolder/css/header.css" rel="stylesheet" type="text/css" />
- <link href="css/header.css<?php echo '?rnd_'.urlencode(time()).'='.urlencode(rand()); ?>" rel="stylesheet" type="text/css" />