function($data, $headers, $db) { return $db->select('games4', '*', [ 'url' => $data["gameurl"] ])[0]; } ];