Remove all white space from string
<?php $mobile_number = preg_replace('/\s+/', '', $number_with_spaces);