Skip to content

Instantly share code, notes, and snippets.

@cotcotquedec
Created June 23, 2016 13:37
Show Gist options
  • Save cotcotquedec/53f970ea532533e248a66bc50c3e7e01 to your computer and use it in GitHub Desktop.
Save cotcotquedec/53f970ea532533e248a66bc50c3e7e01 to your computer and use it in GitHub Desktop.
Test recrutement php lvl1
<?php
$the_date = date('Y-m-d', rand(0, time()));
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="EXPIRES" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<title>Petit test : Bissextile!</title>
</head>
<body>
<h2>Objectif : </h2>
<div class="rules">- Indiquer la prochaine année où elle tombe le même jour de la semaine!</div>
<h2>Réalisation : </h2>
<div id="todo"></div>
</body>
</html>
@cotcotquedec
Copy link
Author

Je n'avais pas vu qu'il y a avait des réponses. Ben je vais continuer a faire des tests!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment