'Convert mysqli_result to mysqli or simular equivalent solution? [duplicate]

I try to convert all MySQL codes to mysqli.

I stuck with this

$loginStrGroup  = mysql_result($LoginRS,0,'UserLevel');

I tried with some mysqli_result functions but nothing worked



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source