php put space after every character code example Example: dot after each character php $formatted = trim( chunk_split($password, 1, ' ') );