View Single Post
08-19-2007, 03:54 PM
#6
Razvan is offline Razvan
Razvan's Avatar
Status: Member
Join date: May 2006
Location: Romania
Expertise:
Software:
 
Posts: 294
iTrader: 4 / 100%
 

Razvan is on a distinguished road

  Old

Originally Posted by .amaZe View Post
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...
Lol, I was born on 23rd March 1990.