Re[2]: [PHP] Display output in 2 colomns

2001-12-26 Thread Daniel Harik
Hello akul, Wednesday, December 26, 2001, 5:50:29 PM, you wrote: aoc> Hello Daniel, aoc> Tuesday, December 25, 2001, 5:09:05 PM, you wrote: DH>> Hello guys DH>> I have following code, it splits 1 array into 2(to make 2 colomns DH>> out of 1) and then displays it, but for some reason it only d

[PHP] Display output in 2 colomns

2001-12-26 Thread Daniel Harik
Hello guys I have following code, it splits 1 array into 2(to make 2 colomns out of 1) and then displays it, but for some reason it only displayes 1 array not second $i=0; $this->query( "select * from topics"); while($this->fetchRow()){ $array[$i] = $this->record["name"]; $i++;