exec($sql_donors); echo "Database table 'donors' created successfully (if it didn't exist).\n"; } catch (PDOException $e) { die("DB ERROR: " . $e->getMessage()); }