I am a complete newbie in PHP. I would like to show the number of days missing for a specific date. In other words, I want to display something like:
"X days to go for the great event"
using PHP and the server time.
How is this accomplished?
|
|
|
|
|
|
|
Note: I'm totally side stepping any timezone considerations, so, be sure you read up on timezone issues associated with using the PHP datetime functions. |
||||||||
|
|
|
jakemcgraw's answer would have my vote, had I 15 rep. :) You might want to use mktime() instead of strtotime(), though. |
||||||
|