Re: [PHP] problem with getdate()

2002-03-11 Thread Jason Wong
On Monday 11 March 2002 23:31, Joshua E Minnie wrote: > I am having a problem with the getdate() function. I don't understand why > I am getting the output that it is giving me. Here is the code: > $day = $timevaild_["mday"]; Typo! -- Jason Wong -> Gremlins Associates -> www.gremlins.com.h

[PHP] problem with getdate()

2002-03-11 Thread Joshua E Minnie
I am having a problem with the getdate() function. I don't understand why I am getting the output that it is giving me. Here is the code: $timevalid_ = getdate(); $hours = $timevalid_["hours"] + 1; $minutes = $timevalid_["minutes"]; $month = $timevalid_["mon"]; $day = $timevaild_["mday"]; $year