View Single Post
08-19-2007, 02:44 PM
#1
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old  How many seconds old are you?

I am now 549,414,081 seconds old and counting.. you?

Okay, for everyone asking how I know... 1 line of PHP code will tell you how many seconds old you are:

PHP Code:
<?php
    
echo time() - strtotime ('March 22, 1990 10:42:00 EST');
?>
Plug in your birthday (not mine) obviously...