PDA

View Full Version : Database


topical
Sat 6th Mar '04, 9:59am
im building a battle hack for my rapsite and i got a question can you help me?

i wanna update a member but it keep updating myself

this is what i use:

$winner=$DB_site->query("UPDATE user SET win=win+1 WHERE userid='$bbuserinfo[userid]'");

what am i not seeing here