I really have to say, you have an excellent talent for teaching. You are not shy to admit that you have made a mistake and the step-by-step approach is amazing. I'll look forward for more such tutorials. Thank You
your previous video is cut sir . and here now you didn't include how you create the security.php and the email address will pop up instead of valerie luna , what should i do sir ? i dont know how you did that and it makes me confuse
session['username'] is not working sir. In query the username is blank . when I logout from the system it logouts but when i type index.php the page open ups with the past username.
I state that I am not a php programmer, but I had the following problem in this tutorial and I think I have solved it, asking for confirmation and maybe it will help someone else who has had the same problem: in the video, at 11:18, the "security.php" file had the following code: but returned error, not letting me enter the admin panel. The complete code that solves the problem is the following: and I had to add session_start (); on the "login.php" page I hope to receive confirmation from someone, thanks.
Dear Sir, I am follow all the step and after that I am face "localhost redirected you too many times" error. Can you please let me know how to fix this error.
session is not getting destroyed. when I logout from the system it logouts but when i type index.php the page open ups with the past username. Help ASAP.
Part 8-Admin Panel(Login): Login System with Session and Security in php... There is a small Mistake in Coding in code.php file replace with : if($query_run) - if(mysqli_fetch_array($query_run)) Sorry for this Error.. :(
I really have to say, you have an excellent talent for teaching. You are not shy to admit that you have made a mistake and the step-by-step approach is amazing. I'll look forward for more such tutorials. Thank You
HELPFULL VIDEO THANK YOU SIR...
your previous video is cut sir . and here now you didn't include how you create the security.php and the email address will pop up instead of valerie luna , what should i do sir ? i dont know how you did that and it makes me confuse
Thanks a lot Sir..
Thankyou so much sir
sir your previous video thing os securing is not working.... please help
Sir, I am not getting icons displayed, even if i added css file,so please help
thank youu a lot keep going
thank u pro
session['username'] is not working sir. In query the username is blank .
when I logout from the system it logouts but when i type index.php the page open ups with the past username.
When I click on logged out button that user is logged out but other users also logged out automatically . What can i do .
nice
I state that I am not a php programmer, but I had the following problem in this tutorial and I think
I have solved it, asking for confirmation and maybe it will help someone else who has had the same problem:
in the video, at 11:18, the "security.php" file had the following code:
but returned error, not letting me enter the admin panel. The complete code that solves the problem is the following:
and I had to add
session_start ();
on the "login.php" page
I hope to receive confirmation from someone, thanks.
Dear Sir, I am follow all the step and after that I am face "localhost redirected you too many times" error. Can you please let me know how to fix this error.
i think you accidentally include the "include('security.php');" in the login.php
@@allencandela1320 yes u r right. But I have fixed this error. Thank u
Can i know the css code for logout.php?
sir if i include security.php , it creates ERR_TOO_MANY_REDIRECTS error. how can we eliminate this?
hello, I have face same issue, Please let me know can you solve this issue?
you must start session in top of login.php, to get $_SESSION['status'], because in header.php session not starting.
same issue
session is not getting destroyed.
when I logout from the system it logouts but when i type index.php the page open ups with the past username.
Help ASAP.
Destroy the session of ur loggedin admin or username..
Else... destroy all the session. Using session_destroy();
@@fundaofwebit I destroyed using session_destroy();
but session is not getting destroyed.
also see this
.
.
.
.
Did you find something how to destroy all the sessions because I tried the same thing but I can still access index.php after logout?
Hi..while iam using security.php file,Iam getting ERR_TOO_MANY_REDIRECTS..anyone pls help me
Use exit() after the header() in the file.
the login page its onlt checks is there are any email it is not checkin the correct password
Part 8-Admin Panel(Login): Login System with Session and Security in php...
There is a small Mistake in Coding in code.php file replace with :
if($query_run) - if(mysqli_fetch_array($query_run)) Sorry for this Error.. :(
@@fundaofwebit thank you broh it warks now
@@mahamedahmed1238 wawoo it worked
@@mahamedahmed1238 Hello, in which line of the code.php is it changed?
im not getting dropdown when i clicked for logout
Same problems did u get solutions
@@roshankhanal4275 did you solve that problem? i have same problem
Check with ur bootstrap.js is added in ur admin script..
If no result.. Go to: getbootstrap.com n documentation- search for modal n ull get d answer..