Jump to content

[SOLVED] removing extra spacing from password


vinpkl

Recommended Posts

hi all

 

some of the customers have saved their password in the notepad file.

 

when they copy it, sometimes extra blank spaces get copied in the begining or end of the password with which password becomes incorrect.

 

so i m trying to accept the password without the extra spaces in beginging and end of the password entered.

 

i tried

$password=trim(base64_encode($_REQUEST['password']));

 

but still its accepting the blank spaces and showing mesage password is incorect.

 

if i enter password manually then it works fine.

 

vineet

trim does what it does, regardless of the string you feed it.  If something is "not working" then there's something else going on.  Maybe you are doing a case-sensitive string comparison and you aren't entering it in right or something. Who knows?

 

:psychic:

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.