Help dont save MYSQL problem
#2

You're missing kills and deaths in the first query, but since you're updating that in the second query You should remove it from the first.

You should rethink your database schema. MySQL is a relational database management system. If you're cramming everything into one table, there is no relation. My advice, separate it into multiple tables.
Reply


Messages In This Thread
Help dont save MYSQL problem - by maikons - 29.11.2015, 14:51
Re: Help dont save MYSQL problem - by Antonio144 - 29.11.2015, 15:20
Re: Help dont save MYSQL problem - by maikons - 29.11.2015, 15:29
Re: Help dont save MYSQL problem - by Antonio144 - 29.11.2015, 15:38
Re: Help dont save MYSQL problem - by maikons - 29.11.2015, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)