При выполнении запроса возникает ошибка!
вот сам запрос
query("INSERT INTO dle_balance_log (date, pay, member_id) VALUES ('$date', '$bali', '$user_id')");
Вот сама ошибка:
The Error returned was:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number:
1064
INSERT INTO dle_balance_log (date, pay, member_id) VALUES ('2010-09-12 11:50:35', '+1000', '6')