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.
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?
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
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!! 😭😭
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'];
Where i can download this code ? The link you provided is not working
For those experiencing the error here try removing the while code... And maintain the $row= mysqli_fetch_array($result);
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
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?
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
A form with 2 types of submit tag?. Is this possible
For those experiencing "trying to access array offset on value of type null". Maybe can try change $check_user == 1 to $check_user > 0
can you giv the sorc code please the link is broken
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'];
}
Source code isn't working
U helped many people so far thank u
Thank you soo much
♥️ From Tirupati
Hi can you make a tutorial for multi login with admin approval please
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!! 😭😭
Thank you my friend!
thanks bro for the code it helped me a lot😁😁
Can you give me source bro?🥺🥺
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!
fix your link download, not work
than you my friends
Your code is wrong
Link?
Prrovide source code bro
i have subscribed to your channel. Please share the above source code.
link
error wtf !
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?