Jump to content

[SOLVED] HELP! - SERIOUS


mnielsen

Recommended Posts

Hi, I have written my login script but it wont get passed the first 'if' statement. I've tried a few ways to get it working but same result. I end back up at my index page with nothing. The file is attached.

 

Here's the first if statement, please also take a look at the source code too.

 

if(strlenCheck($email, $password) == 1 || 2){
header("Location: /index.php?LoginError=Required");
}

 

Thanks in advance for any help.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/110873-solved-help-serious/
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.