Times read: 329
Read today: 6
Read last: March 21, 2010
22 years now
Hey all, in case you wondered why the 21 from my short bio turned to 22 overnight…
… I am now one year older. I really liked the 21, kind of- 22 looks stupid, doesn’t it?
Anyhow I am currently still on the road and will be reading through all the comments and mails from the past 10 days.
Feel free to leave your greetings here, I will be thankfully replying one-by-one.
If you are interested in the age-script code behind the age-calculation I use on this page, here it is (I found it on Google after some research):
< ?php
//calculate years of age (input string: YYYY-MM-DD)
function age($age){
list($year,$month,$day) = explode("-",$age);
$year_diff = date("Y") - $year;
$month_diff = date("m") - $month;
$day_diff = date("d") - $day;
if ($day_diff < 0 || $month_diff
This should return 22 today!
If you want to output the age AGAIN, do not use the full function again, but only:
People asked me to put up a donate button or something similar, so here it is: if you care to buy me a beer or Red Bull (I drink the Dutch equivalent called Spam Energy), feel free to donate, anything is appreciated!
Oh, hello (December 2009)Motorola Razr v3i Software and v3i USB DriverWatch Simpsons Episodes Online
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.

