RE: [PHP] Reverse (or backward?) Infinity Loop

2004-10-19 Thread trenton
; $result = "result$y"; $row = "row$y"; } } ?> Trenton -Original Message- From: Bruno B B Magalhães [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 8:47 PM To: [EMAIL PROTECTED]; php-db Subject: [PHP] Reverse (or backward?) Inf

Re: [PHP] A better way to do this in php???

2004-10-20 Thread trenton
Why not use the date function? date("g:i a"); Trenton > I need to find the exact time of day using "minutes since midnight". > > What is the easiest and/or better way to do this in php? > > This is how I'm doing it now. > > // $iMinutes is the tota