Question Everything!
New member
is this the best way?:
echo substr($password,0,6);
I have a $password and i want to only show the first half of $password and after it have '...' How is this done in php?
echo substr($password,0,6);
I have a $password and i want to only show the first half of $password and after it have '...' How is this done in php?