//Split int char array $chars = str_split($str); //Loop each char foreach($chars as $char) { // your code }