Return to Snippet

Revision: 40195
at January 27, 2011 09:38 by peterbelsky


Initial Code
<?php

$my_text = '12345678';

echo substr($my_text, 1);  // 2345678

?>

Initial URL


Initial Description


Initial Title
How to remove first letter from a string using php - substr()

Initial Tags


Initial Language
PHP