php hapus awalan dari string
$str = preg_replace('/^bla_/', '', $str);
Combative Cardinal
$str = preg_replace('/^bla_/', '', $str);