View Single Post
Old 10-07-2008, 06:03 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,229
Quote:
Originally Posted by V_RocKs View Post
$born() => $sucker == $minute++;
Fail.

Code:
<?php
/* This script determines the number of suckers born since epoch time. */
$suckers = floor(time()/60); //we round down as anything less then 60 seconds is not a complete sucker.
echo 'Suckers: '.$suckers; 
?>
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote