
01-29-2008, 02:57 AM
|
 |
|
|
Join Date: Apr 2005
Posts: 719
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Andrew Green
The blanks:
UPDATE {1}user SET casino_cash = casino_cash + {2};
1 = your table prefix, if you have one. ie. What is your user table called? (user, vbuser, vb_user, etc.)
2 = The name of the vbookie cash field, I think it was "vbookie_cash", but I'm not sure.
So it's saying casino_cash is casino_cash + vbookie_cash, adding both into the casino cash field.
|
Thank you kind sir
|