Strings Php

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