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 "= $service_name ?>". Select a business to view its details.
# | Business Name | Action |
---|---|---|
= $i ?>. | = $row['business_name'] ?> | View |