Mahurshi Akilla wrote:
I am trying to read a csv file into a 2D array matrix
I am having a hard time trying to get the array returned by split
function to "attach" to a 2D array.
See the code below for further info on what I'm trying to do
## initialize
$row = 0;
$col = 0;
## go thru eac
Mahurshi Akilla wrote:
I am trying to read a csv file into a 2D array matrix
I am having a hard time trying to get the array returned by split
function to "attach" to a 2D array.
See the code below for further info on what I'm trying to do
## initialize
$row = 0;
$col = 0;
## go thru eac
I am trying to read a csv file into a 2D array matrix
I am having a hard time trying to get the array returned by split
function to "attach" to a 2D array.
See the code below for further info on what I'm trying to do
## initialize
$row = 0;
$col = 0;
## go thru each line of file
while () {