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