Skip to content

Instantly share code, notes, and snippets.

@jaderobbins
Created August 24, 2009 20:42
Show Gist options
  • Save jaderobbins/174161 to your computer and use it in GitHub Desktop.
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.
<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