I’m trying to do something similar to getting the first letter of a user’s screen name.
Does anybody know if it is possible to do something like this?:
<?php echo substr({screen_name},0,1); ?>I’m using EE16.8 and the PHP is being parsed on input.
Thanks guys