); );
Potrzebuje je porównać numery telefonów (555555555,666666666,.....) i otrzymać trzecią tablice
Ma ktoś jakieś pomysły?
); );
if($tab1[$i][2] == $tab2[$j][1]){ $tab3[$i][1] = $tab1[$i][1]; $tab3[$i][2] = $tab1[$i][2]; $tab3[$i][3] = $tab2[$j][1]; $tab3[$i][4] = $tab2[$j][2]; } } }