trimming the first latter from a word in php code example Example: remove first letter php <?php echo substr('abcdef', 1); // bcdef ?>