prepare($sql); $stm->execute([':id' => $service_id]); $service_name = $stm->fetch()[0]; /** * Go back with an error message if the service with this id does not exist. */ if (empty($service_name)) { header('Location: /services.php?err=bad_id'); exit(); } $pageTitle = 'Service: ' . $service_name; $pageSlug = 'services'; require_once('./inc/head.php'); require_once('./inc/header.php'); ?>

This is a list of all businesses that offer the service "". Select a business to view its details.

prepare($sql); $stm->execute([':id' => $service_id]); foreach ($stm->fetchAll() as $row) { $i++; ?>
# Business Name Action
. View