"5") { include("includes/service-delete.inc.php"); } } $query = mysql_query("SELECT * FROM `services` AS S, `devices` AS D WHERE S.device_id = D.device_id ORDER BY hostname"); while ($device = mysql_fetch_assoc($query)) { $servicesform .= ""; } if ($updated) { print_message("Service Deleted!"); } echo("

Delete Service

Device
"); } ?>