Number Trim?
Posted: Mon Jul 13, 2009 5:05 pm
Say I have a phone number as a variable $number = "7345551234". Is there a function I can used to strip off the first 5 numbers so that I am left with only the last 5 in the variable? $number = "51234"