<?php $subjectnameraw = "SMITH, JOHN LEE RENÉ"; list($lastName,$firstnName) = explode(', ',mb_convert_case($subjectnameraw,MB_CASE_TITLE,'UTF-8')); echo $firstnName." ".$lastName;
You have javascript disabled. You will not be able to edit any code.