in reply to 2 dimensional array
My advice would be to tell them at the interview that you had some trouble with this program even if you can finish it. The're bound to find out anyway when they ask you questions about the program.@table= ... for ($col ... ) { for ($row ... ){ $array[$row][$col]= substr(@table[$row],$col,1); } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: 2 dimensional array
by mountain_drew (Initiate) on Jun 24, 2008 at 03:37 UTC |