fetchAll("SELECT id, name, template_name FROM message_templates WHERE id IN ($placeholders)", $ids); var_export($existing); } catch (Exception $e) { echo "Exception: " . $e->getMessage() . PHP_EOL; }