Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Authenticate confusion

It does it the same as mccodes in the first set of code just mine is a tad bit more securer, I changed it to do the same as the MCcodes one but still no luck.

Thanks for the suggestion though, I will look at it again.

Posted

Re: Authenticate confusion

Sorted with an else it was...

 

if(($user['username']==$userid)&&($user['password']==$pass)){

 

That was causing a problem I added an else after that. I could remove it but I want to keep it secure, but making sure the user name is in the right case, therefore my fix keeps it case sensitive :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...