i execute an SQL statement:
after the execution the row looks likeCode:UPDATE online SET loc=2, dos=1085514101, ip='127.0.0.1' WHERE id = 1any ideas?Code:+----+-----+-----+------------+-------------+ | id | loc | rid | dos | ip | +----+-----+-----+------------+-------------+ | 1 | 0 | 0 | 1085514101 | 192.168.1.1 | +----+-----+-----+------------+-------------+![]()
also, it sometimes does what it's supposed to do, but most of the time not. The SQL query is in both cases exactly the same.



, but here's the structure:

Bookmarks