function request($zapros, $param=array()){ global $db; $stmt = $db->prepare($zapros); $stmt -> execute($param); }