exec($sql); echo "Table 'bni_groups' created successfully." . PHP_EOL; } catch (PDOException $e) { echo "Error creating table 'bni_groups': " . $e->getMessage() . PHP_EOL; exit(1); }