Quote:
Originally Posted by valych
@PrO.GameR, the symbol ` - won't solve this problem I guess.
@venomlivno8, try to write your query in this way:
PHP код:
UPDATE accounts SET admin = '%i' WHERE name = '%e' LIMIT 1
|
Obviously the problem is at LIMIT 0, but why not fix the code entirely while we are at it ?