Choose Category
<?php echo substr(string StrExample,int start,int length); ?>
<?php echo substr("Hello world!",6,5); ?>
world