Get fresh content from StatelyWorld
On this page
<?php $c_name = explode(' ', "Gaurav R Joshi"); echo $firstName = $c_name[0] ?? ''; echo $lastName = end($c_name);
Save my name, email, and website in this browser for the next time I comment.