I am trying to write a script (in PHP) that finds the age of the domain (creation date and, if possible, the latest update and expiration date). I want the script to return something like: 2009,2009,2010 if the creation date is 2009, the update date is 2009, and the expiration is 2010 (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, write a comment and I will be happy to provide additional information.
source share