Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] way to avoid update field "Timestmp" by jump.cgi?

Quote Reply
Re: [Andy] way to avoid update field "Timestmp" by jump.cgi? In reply to
 
Hi Andy,

i find a way:

$db->update ( { Hits => \"Hits + 1", Timestmp => \"Timestmp" }, { ID => $id }, { GT_SQL_SKIP_INDEX => 1 } );

This updates the Timestamp with the selected same Timestamp - without changes.

Oliver
Subject Author Views Date
Thread way to avoid update field "Timestmp" by jump.cgi? flasi 3378 Sep 24, 2002, 8:23 AM
Thread Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
Andy 3333 Sep 24, 2002, 8:57 AM
Thread Re: [Andy] way to avoid update field "Timestmp" by jump.cgi?
flasi 3286 Sep 24, 2002, 9:40 AM
Post Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
pugdog 3272 Sep 25, 2002, 9:19 AM
Thread Re: [flasi] way to avoid update field "Timestmp" by jump.cgi?
Alex 3274 Sep 25, 2002, 10:26 AM
Thread Re: [Alex] way to avoid update field "Timestmp" by jump.cgi?
Paul 3280 Sep 25, 2002, 10:27 AM
Thread Re: [Paul] way to avoid update field "Timestmp" by jump.cgi?
Alex 3311 Sep 25, 2002, 10:33 AM
Post Re: [Alex] way to avoid update field "Timestmp" by jump.cgi?
Paul 3279 Sep 25, 2002, 10:41 AM