Ok....

So to update a record lets say...

I have a current value of 150 and the new value will be 250 now how would I
total them to equal 400?

I was thinking

$sql = "UPDATE $table value1 =  value1 + ?

is that correct?  how do you update it with simple math?



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to