<?php
$str = 'Hello world';
 $new =str_replace(' ','',$str);
echo $new;