php/mysql update

tomfordx

New Member
Messages
4
Reaction score
0
Points
0
I hope someone can help me on this, basically I am trying to take Value A & B from the database add the two togeather and then put value A back. Thats fine I can do that not a problem but what I am struggling with is that I want to do this for each member. Value A & B are never the same for each member. How would I do this?
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
That's not enough information to understand your problem. Please provide minimal sample code; for SQL questions, this would be the table schema (CREATE TABE statements), along with sample data (as INSERT ... VALUES statements) and desired results (which don't need to be code, as they are the output of code and not code themselves). Read my sig for more.
 
Last edited:
Top