have no fear you can use php built in function ucfirst()
<?php
$my_string = 'my kuppiya';
$my_string = ucfirst($my_string);
echo $my_string; //My kuppiya
?>
http://www.php.net/manual/en/function.ucfirst.php
If you like to learn about SLIIT please visit www.sliit.lk
No comments:
Post a Comment