I need to know how to crop a statement down to just 7 characters. I have the following statement in my code:
$verif1 = crypt($pword);
This returns a very large, something like 21 character, encryption. How do I atek just the first 7 characters from this statement?
Thank you;
Ice