Jump to content

login script


kake

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.