PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $hour = 'T06:00:00'; $date = date('Y-m-d'); $dates = $date. $hour; $today = time(); $event = mktime(0,0,0,12,25,2006); $countdown = round(($event - $today)/86400); echo "$countdown days until Christmas";
Show:  
Copy Clear