Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //CountDown SPM2014
- //By : obox
- echo "
- <title>CountDown SPM 2014</title>
- ";
- $hari = date("d");
- $bulan = date("F");
- $Tahun = date ("Y");
- $spm = mktime (0, 0, 0,11,3,2014);
- $harini = time () ;
- $beza =($spm-$harini) ;
- $espiyem =(int) ($beza/86400) ;
- echo"<center>";
- echo "<br>Start SPM : 3/11/2014 <br/>";
- echo "<br>Tarikh Harini : $hari . $bulan . $Tahun<br/>";
- echo "Tinggal $espiyem hari je lagi :)";
- ?>
Advertisement
Add Comment
Please, Sign In to add comment