Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread elias
1 > > New mirror up on PHP - posted by Zeus @ 00:00 GMT +8 > > > > news news news news news news news news news news news news news > > --- > > > > That sort of thing, how can I go about? > > > > > > > > > > - Orig

Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread Michael Hall
n I go about? > > > > > - Original Message - > From: elias <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, 11 April, 2001 7:23 AM > Subject: Re: [PHP] Inserting time + date entry into mySQL DB > > > > No under windo

Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread Zeus
? - Original Message - From: elias <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 11 April, 2001 7:23 AM Subject: Re: [PHP] Inserting time + date entry into mySQL DB > No under windows doesn't work. > you have to enter a value in that field with value

Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread elias
No under windows doesn't work. you have to enter a value in that field with value NOW() -elias http://www.kameelah.org/eassoft "Michael Hall" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Create a field in your table called something like 'date' and make

Re: [PHP] Inserting time + date entry into mySQL DB

2001-04-10 Thread Michael Hall
Create a field in your table called something like 'date' and make its data type TIMESTAMP. MySQL will automatically add a timestamp with each new entry ... assuming you're using UNIX, I don't know about windows. Mick > I know this has been brought up repeatedly but I couldn't find the archive