substr($String, 3, 5)
<? $alphabet_test = "abcdefghijklmnop"; print("3, 5: " . substr($alphabet_test, 3, 5)); ?>