Since I am still new to PHP, I am looking for a way to find out how to get a specific character from a string.
Example:
$word = \"master\"; $length =
You can simply use $myStr{$random} to obtain the nth character of the string.
$myStr{$random}