Using substr() with positive start and no length
<? print substr('This is a test. This is another test.',17); ?>