16.06.2016, 10:10
As I wrote above, %e can be used for strings ONLY since it's a specifier that escapes the string directly. So you cannot use it for integer values, %d or %i are just fine for ints and they do not need to be escaped at all. Now, its up to you to separate them depending on what type of datas your table contains.
If you are using it for player name, it's fine. If you are using it for admin level, then it's wrong.
If you are using it for player name, it's fine. If you are using it for admin level, then it's wrong.