Hello I can see trim removes set charactors from a string but lets say I wanted to remove the first 3 letters of a code which could be any thing ? I can doit in asp but my php is sadly not as good.
say we have the code asf8832jkj how would I make it into 8832jkj without knowing that asf was the first 3 LIke:
$myNewVar = Trim(len($string),left);