atomicnuke
01-26-2006, 02:59 AM
How can I just had a value to the value in the DB, like:
"UPDATE rate SET totalval='$score', totalvote='' WHERE user_id='$id'";
I want to be able to had certain values to what is in the totalvote, without having to query it, then get the value add the two and reupdate.
"UPDATE rate SET totalval='$score', totalvote='' WHERE user_id='$id'";
I want to be able to had certain values to what is in the totalvote, without having to query it, then get the value add the two and reupdate.