Re: [PHP] mysql timestamp field

2001-09-06 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Jason Stechschulte) wrote: > > I need an update on my table. but I have a timestamp field called > > t_stamp. When I update a field other than t_stamp field, t_stamp field > > also updates to now(). I need it not to update and saves its value. >

Re: [PHP] mysql timestamp field

2001-09-06 Thread Jason Stechschulte
On Thu, Sep 06, 2001 at 05:09:43PM +0300, Mesut Tunga wrote: > I need an update on my table. but I have a timestamp field called > t_stamp. When I update a field other than t_stamp field, t_stamp field > also updates to now(). I need it not to update and saves its value. > > How should I do this?