php get only last 3 from string code example Example: take last four digits php $newstring = substr($dynamicstring, -7);