السلام عليكم ورحمة الله
ارجو الافادة
Uncaught mysqli_sql_exception: Table 'if0_38415802_sudaniana.users' doesn't exist in /home/vol17_1/infinityfree.com/if0_38415802/htdocs/includes/classes/Account.php:16 Stack trace: #0 /home/vol17_1/infinityfree.com/if0_38415802/htdocs/includes/classes/Account.php(16): mysqli_query(Object(mysqli), 'SELECT * FROM u...') #1 /home/vol17_1/infinityfree.com/if0_38415802/htdocs/includes/handlers/login-handler.php(7): Account->login('if0_38415802', '012e6a3b40f4f97...') #2 /home/vol17_1/infinityfree.com/if0_38415802/htdocs/register.php(9): include('/home/vol17_1/i...') #3 {main} thrown in /home/vol17_1/infinityfree.com/if0_38415802/htdocs/includes/classes/Account.php on line 16
أعلاه خطأ في ادخال بيانات المستخدم، ارجو توضيح الصيغة الصحيحة لادخال البيانات حيث:
1/ السطر 16 في Account.php هو:
;query = mysqli_query($this->con, "SELECT * FROM users WHERE username='$un' AND password='$pw'")$
2/ السطر 7 في login-handler.php هو:
;result = $account->login($username, $password)$
3/ السطر 9 في register.php هو:
;include("includes/handlers/login-handler.php")
ولكم الشكر سلفا.