DATABASE ERROR:
DELETE FROM cms_modules_bind WHERE module_id=
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
как её устранить?
DELETE FROM cms_modules_bind WHERE module_id=
Нужно передать module_id= какой нибудь целочисленный параметр.
Например:
DELETE FROM cms_modules_bind WHERE module_id=1
DELETE FROM cms_modules_bind WHERE module_id=
DELETE FROM cms_modules_bind WHERE module_id=$peremennaya
Думаю как-то так…