Good evening. Now I am translating one project from MySQL to MySQLi and this question has arisen. Is there an absolute substitute for the mysql_result() function in PHP ?
return mysql_result($result, 0); What does zero mean is not entirely clear ?!