Hi all
I need to get an array to start at 1 instead of 0 but by using the explode() function on a string.
Is it possible?
$myarray = explode(",",$mystring);
How can I get the first value in the array to be paired with key[1]?
Thanks in advance