Posts: 810
Threads: 34
Joined: Nov 2007
Reputation:
0
Not without a script we can't
Posts: 810
Threads: 34
Joined: Nov 2007
Reputation:
0
Look at the second query you are trying to run, its trying to "insert" those records while you should be updateing them like in your Save function.
Posts: 358
Threads: 38
Joined: May 2010
Reputation:
0
21.02.2012, 23:25
(
Последний раз редактировалось titanak; 22.02.2012 в 00:02.
)
should i use then: UPDATE `playerinfo` instead INSERT INTO `playerinfo`??
Posts: 810
Threads: 34
Joined: Nov 2007
Reputation:
0
Yes or you could run your "Save" function, so you dont have to type out that query, again.