If admin deny the request of user, and user click on login then what message is showing and the data in table can be updated with deny/rejected status?
I have followed your code everything works fine. but for example, if 2 and above users are registered while displaying in admin-approval is not showing in the table is showing as wrap text along with actions. Could you please help me, brother? Thanks for this video.
Hello! I'm use your code but I'm cannot login the account even though the admin already approved and insert the correct username and password, but appears the alert message of incorrect username and password ...can somebody help me!! 😭😭
Hello, thanks for your amazing tutorial, I only have one issue I tried to download the source code but the link doesn't work, can you please reupload the source code again? Thanks in advance
Please Help Me Trying to access array offset on value of type null in C:\xampp\htdocs\thesis\login.php on line 69 My Line 69 is: $status =$row['status'];
U helped many people so far thank u
Where i can download this code ? The link you provided is not working
Thank you soo much
♥️ From Tirupati
For those experiencing the error here try removing the while code... And maintain the $row= mysqli_fetch_array($result);
If admin deny the request of user, and user click on login then what message is showing and the data in table can be updated with deny/rejected status?
thanks bro for the code it helped me a lot😁😁
Can you give me source bro?🥺🥺
A form with 2 types of submit tag?. Is this possible
Please help me! I'm having trouble with the $row['status'] it says Trying to access array offset on value of type null . Thank you
Same problem
did you fixed it? how?
Any solutions
how fixed. it please help
TRY doing this
if (isset($row['status'])) {
$status = $row['status'];
}
Thank you my friend!
I have followed your code everything works fine. but for example, if 2 and above users are registered while displaying in admin-approval is not showing in the table is showing as wrap text along with actions. Could you please help me, brother? Thanks for this video.
Could you please share me the source code...the given link is not working now
Hello! I'm use your code but I'm cannot login the account even though the admin already approved and insert the correct username and password, but appears the alert message of incorrect username and password ...can somebody help me!! 😭😭
can you giv the sorc code please the link is broken
Source code isn't working
For those experiencing "trying to access array offset on value of type null". Maybe can try change $check_user == 1 to $check_user > 0
Hello, thanks for your amazing tutorial, I only have one issue I tried to download the source code but the link doesn't work, can you please reupload the source code again? Thanks in advance
Code was not as perfect but I got the logic what I wanted thanks
Can I please know which version are your used programs
The php mysql and xampp version
Sad. The Link is broken!
Hi can you make a tutorial for multi login with admin approval please
fix your link download, not work
than you my friends
Your code is wrong
Link?
link
error wtf !
Prrovide source code bro
i have subscribed to your channel. Please share the above source code.
what css file 😡😡😡
css code 😡😡😡
haha
Css file
How can i resolve this?
0){ echo ''; }else{ $register = "INSERT INTO tbl_users (username, email_address, password, status) VALUES ('$username', '$email', '$password', 'pending')"; mysqli_query($conn, $register); echo ''; } } ?>
Please Help Me
Trying to access array offset on value of type null in C:\xampp\htdocs\thesis\login.php on line 69
My Line 69 is:
$status =$row['status'];
TRY doing this
if (isset($row['status'])) {
$status = $row['status'];
}
Your link in the description is not working. Any way i can access the code?
How were you able to access the code please?
Please help me! I'm having trouble with the $row['status'] it says Trying to access array offset on value of type null . Thank you
Same problem! Did you find any solutions?
same problem. did you find the solution?