i need to trim a student id
below is my php code
<?php
$stud_id ='MCC-2011-2012-0001'
//what is the code to remove the MCC-2011-2012- so that i can retrieve the 0001
//or code to remove the first 14 characters
echo $stud_id;
?>
//thanks a lot...:)