Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Countdown --php--script
SUBMITTED BY:
TheSwarm
DATE:
Oct. 20, 2015, 8:07 p.m.
FORMAT:
Text only
SIZE:
222 Bytes
Raw
Download
Tweet
HITS:
2312
Go to comments
Report
Script:
<?php
$datum="10.10.2000";
$d=explode(".",$datum);
$unix=mktime(0,0,0,$d[1],$d[0],$d[2]);
$stamp=time();
$diff=$unix-$stamp;
$diff=$diff/86400;
echo 'time left.. '.ceil($diff).' Tage bis zum '.$datum;
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus