I'm trying to figure out a way to create a loop where you create a multidimensional array from a string, from the above nonsense code.Code:$string="its all mr statum"; $array=explode(" ",$string); $array1=$array[0]; $array1=explode("t",array1);
I need a hintI don't deal with multidimensional arrays much.



I don't deal with multidimensional arrays much.
Reply With Quote

Bookmarks