Re: [PHP] array 2 links

2001-05-04 Thread Gyozo Papp
$out .= "$val"; if ( $i == 5 ) { $out .= ""; $i = 1; } else $i++; } return $out; } - Original Message - From: "Joseph Blythe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 20

[PHP] array 2 links

2001-05-03 Thread Joseph Blythe
Hello, I seem to be having some difficulty understanding why the following function skips every 5th array item, basically the following function takes two parameters category and an array, when placed inside a table it will generate links based on the array items splitting the table into colum