kake Posted September 6, 2014 Share Posted September 6, 2014 please check the login script ...its failed in loading to the home page.! and its not working login.phplogin.php Link to comment https://forums.phpfreaks.com/topic/290888-login-script/ Share on other sites More sharing options...
Richard_Grant Posted September 11, 2014 Share Posted September 11, 2014 What is the error saying? Your missing the "session/DBConnection.php" resource Your missing the "location:memberlist.php" resource Your missing the "location:home.php" resource i can not debug this. _ $type is not set LINE 80: if ($type=="Admin"){ try to Echo the $type variable and you should be doing this instead: LINE 80: if (strtolower($type)=="admin"){ Mysql is depreciated and is being taken out in the next version of PHP use Mysqli / PDO Link to comment https://forums.phpfreaks.com/topic/290888-login-script/#findComment-1490681 Share on other sites More sharing options...
gristoi Posted September 11, 2014 Share Posted September 11, 2014 Sorry, is there a problem? ok i will drop everything i am doing and look through the script you found on the internet. Oh no wait, just realised I don't work for you!!!! This forum is for helping people the LEARN php and solve any issues they have with code that they are working on. Not sorting through random crap they found on the internet. You want someone to blindly fix something for you then post on freelance section and expect to dig into your wallet Link to comment https://forums.phpfreaks.com/topic/290888-login-script/#findComment-1490754 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.