Skip to content

Instantly share code, notes, and snippets.

@freretuc
Created November 5, 2011 09:15
Show Gist options
  • Save freretuc/1341306 to your computer and use it in GitHub Desktop.
Save freretuc/1341306 to your computer and use it in GitHub Desktop.
aubade
<?php
$n = intval(rand(1,97));
echo '<a href="http://aubade.com/img/lecons/'.$n.'.jpg"><img src="http://aubade.com/img/lecons/medium/'.$n.'.gif" alt="Aubade - Leçon '.$n.'" /></a>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment