Created
August 24, 2009 20:42
-
-
Save jaderobbins/174161 to your computer and use it in GitHub Desktop.
Simple image source that prevents your Gravatar (or any image really) from being cached by a browser in PHP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="http://www.gravatar.com/avatar/cde3978da70d5da9cdcd4b150a55bc89.png?antiCache=<? echo time() ?>"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment