Hi,
How do I display just the 1st character of a string stored inside a variable?
Just as you would an array. For a string variable $str with at least one character:
echo $str[0];