- Код: Выделить всё
Could not delete user from ignore table
DEBUG MODE
SQL Error : 1064 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 'AND user_id = 2' at line 4
DELETE FROM ignore WHERE user_ignore = AND user_id = 2
Line : 88
File : ignore.php
Что тут не так?
- Код: Выделить всё
$sql = "DELETE
FROM " . IGNORE_TABLE . "
WHERE user_ignore = $ignore_id
AND user_id = $user_id";
http://www.phpbbhacks.com/download/789






