Jump to content

[SOLVED] helping updateing users table.


seany123

Recommended Posts

That would be something like this:

update users set ABC=ABC+5 where ABC< maxABC

but could you explain it in more detail. what is abc in it what is the name of the table is maxABC a php var a constant etc..  the more detail the better the help

well i thought they was i explained it would give the most simple answer! :)

 

but yeah ill explain it...

 

The table is infact called $players... ABC is infact Nerve.

 

 

both Nerve and Maxnerve are Int(11).

 

Both Nerve and Maxnerve's values may change.

 

 

 

in that case that what I said was pretty close only that you probably want to have ABC(nerve) to be exactly maxABC(maxNerve) when it exceeds maxNerve. But which part do you not understand?

And isn't this just more mysql related?

update users set ABC=ABC+5 where ABC< maxABC

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.