I am converting my project from mysql to mysqli and my problem is that mysqli_result()
does not work with my old code. My old code is: mysql_result($res,0,0);
When I try adding mysqli_result()
with my old code it will not work.
Is there another way that'll work with my old parameters?