12-12-2016, 03:20 AM
Oh I see now. It HAS to be an array when binding because of how the db class is programmed. If not, it uses a previously selected table from some offshoot of init.php. That's all I can think of as far as why it's choosing the table even when I'm trying to select a different one. Might as well just use an array for all bindings but the documentation doesn't say anything about that and in fact shows an example of searching a user-defined table without passing an array to query as a second parameter.
Code:
users