exec($sql); echo "Table 'notifications' created successfully.\n"; } catch(PDOException $e) { echo "Error creating table: " . $e->getMessage() . "\n"; } ?>