<?php $string = "abcd"; echo substr($string, 9 % strlen($string), 1);
You have javascript disabled. You will not be able to edit any code.