<?php $string = 'Chào Bạn'; $newString = str_replace(' ', '', $string); echo strtolower($newString);
You have javascript disabled. You will not be able to edit any code.