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
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++;
2 matches
Mail list logo