Arc13

time.php

May 7th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2.  
  3. if($_GET["req"]) {
  4.     $days = getdate();
  5.     echo($days[$_GET["req"]]);
  6. }
  7.  
  8. ?>
Add Comment
Please, Sign In to add comment