Im having a problem with my query. I recently switched to PDO, which is kind of new to me. Now i need to use JOIN in my query to get data from another table without making two e
Don't put back ticks around the `table.field` ... You have to put them around `table`.`field`