Re: [PHP] Date time simplicity gotten out of hand

2005-04-09 Thread Ryan A
On 4/9/2005 7:28:34 PM, Greg Donald ([EMAIL PROTECTED]) wrote: > On Apr 9, 2005 12:35 PM, Ryan A <[EMAIL PROTECTED]> wrote: > > > Hey, > > > I thought this would be simple and just a few mins of programming but > along > > > the way...i have managed to confuse myself ;-D > > > > > > I have 2 field

Re: [PHP] Date time simplicity gotten out of hand

2005-04-09 Thread Greg Donald
On Apr 9, 2005 12:35 PM, Ryan A <[EMAIL PROTECTED]> wrote: > Hey, > I thought this would be simple and just a few mins of programming but along > the way...i have managed to confuse myself ;-D > > I have 2 field in my table users_online: > present_date_time datetime > expires_in datetime > > for

[PHP] Date time simplicity gotten out of hand

2005-04-09 Thread Ryan A
Hey, I thought this would be simple and just a few mins of programming but along the way...i have managed to confuse myself ;-D I have 2 field in my table users_online: present_date_time datetime expires_in datetime for present_date_time I am using now() to insert but for expires_in I need to hav