Hi everyone.
Just a simple problem..
I'm using PHP explode function to split up a string and turn it into an array. All works fine except the array keys are automatically started at [0] then [1] etc. etc
How can I explode the string and have my array keys starting at [A] then then [C] etc.. etc..?
Hope anyone here can help... 😃