exec($sql); echo "Table 'services' created successfully." . PHP_EOL; } catch (PDOException $e) { die("Could not create table 'services': " . $e->getMessage()); }