prepare($sql); $stmt->bind_param("i", $ticket_id); $stmt->execute(); $result = $stmt->get_result(); $ticket = $result->fetch_assoc(); ?>
Comments