Possible Duplicate:
What does '?' do in a Css link?
Some website pointing to static CSS files with ?9
at the end:
<link href="http://www.site.com/css/style.css?9" rel="stylesheet" type="text/css" />
I can easily understand if that file is PHP file, but I dont know what is the purpose of putting ?9
at the end of the href to a static CSS file.