advanced code snippet search
peterbelsky on 01/27/11
01/27/11 09:38am
1 person have marked this snippet as a favorite
tux-world
<?php $my_text = '12345678'; echo substr($my_text, 1); // 2345678 ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.