I hate you MySQL!!!!!!!
when i use SQL (vbulletin or SQL Console en phpMyAdmin) the fields its show
threadid|etc|etc|energiaboss|etc
but when I create a new register (phpMyAdmin) the SQL QUERY that show me was:
PHP Code:
UPDATE thread
SET 'game' = 'user1,user2',
' energiaboss'= 5000,
'energiainicialboss'= 5000
WHERE 'threadid' = '7360'
It had blanks spaces :'(
I Hate you MySQL!!!!