Its hard to explain this in the title
I have array of different value. lets say this is the array:
$char = array("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","1","2","3","4","5","6","7","8","9","0");
how do I print every possible 3 char of this array. like start off...
aaa
aab
aac
and so on...