Quote:
Originally Posted by derekivey
I found the problem Tyler... You aren't using $db->escape_string() in your code.
That should fix the problems everyone is having...
|
could you show us how it is used in this specific plugin? your example doesnt really compare with the actual code... the code we have is
PHP Code:
$res = $vbulletin->db->query_read("SELECT forumid, title FROM " . TABLE_PREFIX . "forum WHERE forumid IN($ids)");
the ends dont match up with your example...