say i have
$string = "dfihsdfhsduhfsuidhfushdif";
how would i go about getting the first letter of the string as another variable..
like
$string2 = "first_letter_of_string"
understand?
thanks
also how do you turn a string to upper case and lower case
(im new) =)