<?php $name = '1 tyle street glasgow'; function mb_ucwords($str) { return mb_convert_case($str, MB_CASE_TITLE, 'UTF-8'); } print_r(mb_ucwords($name)); echo mb_encode_numericentity ($name, array (0x0, 0xffff, 0, 0xffff), 'UTF-8');
You have javascript disabled. You will not be able to edit any code.