J
|
Jane 11/20/2006 |
Max, function ViewOnLoad() { global $where,$conn; $str = "update TableName set FieldName=now() where ".$where; db_exec($str,$conn); }
|
M
|
maxcolo author 11/20/2006 |
Tanks for your attention |
M
|
maxcolo author 11/25/2006 |
Fact but the contatore in the database passes from zero to 2006 and |
M
|
maxcolo author 11/27/2006 |
Fact but the contatore in the database passes from zero to 2006 and then it remains firm. Why it does not increase of one the readings of the page? Infinite thanks
function ViewOnLoad() { global $where,$conn; $str = "update curricula set statocurr=statocurr+1 where ".$where; db_exec($str,$conn); } |