NusantaraCorp Forum
SIlahkan Datar Untk Mendapat kan segala fasilitas yang telah di sediakan..
Untuk Yang sudah mempunyai ID silahkan Login

Thanks

Script PHP Menghitung Mundur Wew

NUSANTARAcorp Management

Join the forum, it's quick and easy

NusantaraCorp Forum
SIlahkan Datar Untk Mendapat kan segala fasilitas yang telah di sediakan..
Untuk Yang sudah mempunyai ID silahkan Login

Thanks

Script PHP Menghitung Mundur Wew

NUSANTARAcorp Management
NusantaraCorp Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Pencarian
 
 

Display results as :
 


Rechercher Advanced Search

Navigation
 Portal
 Indeks
 Anggota
 Profil
 FAQ
 Pencarian
Affiliates
free forum


Script PHP Menghitung Mundur

Go down

Script PHP Menghitung Mundur Empty Script PHP Menghitung Mundur

Post  dey Thu Dec 09, 2010 10:34 pm

Hitung mundur atau count down dalam php memang terkadang menjadi sangat diperlukan, terlebih lagi berhubungan dengan misalnya masa expirenya suatu akun, artikel, ataupun bentuk implementasi yang lain.

Kali ini penulis akan membawakan script hitung mundur, script php ini bisa digunakan untuk hal-hal yang telah disebutkan tadi.... atau mungkin sekedar pengetahuan saja. Script php ini sudah dimodifikasi sehingga nantinya bisa lebih bermanfaat lagi.

Oke berikut script nya:

Code:

<?
$t=time();
echo($t . "<br /> Sekarang tanggal: ");
echo(date("D, d F Y",$t));
?>

<br><br><br>

<?php
// Change this to the day in the future
$day = 12;
// Change this to the month in the future
$month = 9;
// Change this to the year in the future
$year = 2011;
// You do not need to edit below this line
// $days is the number of days between now and the date in the future
$days = (int)((mktime (0,0,0,$month,$day,$year) - time())/86400);
echo "Masih ada $days hari, sampai tanggal $day/$month/$year";
?>

Script ini masih bisa dikembangkan sesuai keperluan anda, misalnya berhubungan dengan database.

[You must be registered and logged in to see this link.]

dey

Jumlah posting : 7
Join date : 09.12.10
Age : 35
Lokasi : BANDUNG AJAH

Kembali Ke Atas Go down

Kembali Ke Atas


 
Permissions in this forum:
Anda tidak dapat menjawab topik