Skip to content

Instantly share code, notes, and snippets.

@jonbellah
Last active December 16, 2015 16:19
Show Gist options
  • Select an option

  • Save jonbellah/5462674 to your computer and use it in GitHub Desktop.

Select an option

Save jonbellah/5462674 to your computer and use it in GitHub Desktop.
Random Image with PHP
<img src="http://www.example.com/images/image-<?php echo rand(1,7); ?>.jpg">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment