exec($sql); echo "Table created/verified successfully.\n"; } catch (PDOException $e) { echo "Error: " . $e->getMessage() . "\n"; } }