Re: [PHP-DB] Avoiding the update of a timestamp in MySQL

2002-03-14 Thread andy
Hi, thanx I try that. andy PS: yes I did, but did not try it yet. Thanx "Dl Neil" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 0c8601c1cae2$d26b6dc0$c200a8c0@jrbrown">news:0c8601c1cae2$d26b6dc0$c200a8c0@jrbrown... > Hi Andy, > > > I have a timestamp in my table to store a date. Now I have to u

Re: [PHP-DB] Avoiding the update of a timestamp in MySQL

2002-03-13 Thread DL Neil
Hi Andy, > I have a timestamp in my table to store a date. Now I have to update other > columns and everytime I do this, the timestamp is updated as well. Is there > a other way then getting the value infront and storing it again? If you have first read the row's data, UPDATE the timestamp fiel

[PHP-DB] Avoiding the update of a timestamp in MySQL

2002-03-13 Thread Andy
Hi there, I have a timestamp in my table to store a date. Now I have to update other columns and everytime I do this, the timestamp is updated as well. Is there a other way then getting the value infront and storing it again? Thanx , andy -- PHP Database Mailing List (http://www.php.net/) T