I am trying to write a script (in PHP) that find a domain age (creation date and maybe if possible, last update and expiration date as well). I want the script to return something like: 2009,2009,2010 if creation date is 2009, update date is 2009, and expiration is 2010 (an array)
help?
(This is NOT a homework question so please provide as much help as possible)
If you need more information to explain the problem please write a comment and I will be glad to provide more information