Strings Php

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