Ok I know this is simple, in fact damn simple, I did this in the last project about a week ago, but I don't know why it has skipped off my head.
Input:
$word = "stack";
What I want to do is:
$array = array("s", "t", "a", "c", "k");
Any help will be appreciated!