+ 1

Meaning of the following php error

Fatal error: Uncaught Error: Call to undefined function mysqli_result() in C:\xampp\htdocs\WORK\Function\users.php:7 Stack trace: #0 C:\xampp\htdocs\WORK\Connection\Login_process.php(15): user_exists('100', '1') #1 {main} thrown in C:\xampp\htdocs\WORK\Function\users.php on line 7

12th Mar 2017, 3:22 PM
Rathil Vasani
Rathil Vasani - avatar
1 Answer
- 1
it says that function is not defined could be due to typo mistake ,typo located in in users.php file on line 7
13th Mar 2017, 8:45 PM
Fahad
Fahad - avatar