14.06.2014, 15:00
I haven't read the entire problem, but the first thing I saw was that the syntax for the insert query was wrong. It's supposed to be like -
Look into your mysql debug file too.
pawn Код:
INSERT INTO `table`( fieldOne, fieldTwo ) VALUES( 22, 'test' )