Hi
Thanks for that bit of code 🙂, however seem to have a problem, its wont work on an varible held in an array..
i have event tryied setting up a temp varible which equals that in my array, and then run the ucfirst command on that with still no luck..
$temp = $group['sentence'][$n];
echo ucfirst($temp) ;