Advertisement
killerbng

PHP Dynamic css file by filemtime

Apr 23rd, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2. echo '<link rel="stylesheet" type="text/css" href="style.css?' . filemtime('style.css') . '" />';
  3. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement