>From the manual: example: $a % $b name: Modulus value: Remainder of $a divided by $b.
Not from the manual: example2: 47 % 5 value2: 2 HTH, Bastian > Jeff or anyone, > > Ok, I'll bight. What are you doing with the % and %7 ? > > > $idx=1; > > echo(<TR>) > > while(fetch_rows) { > > printf("<TD>%s</TD>, ID); > > if($idx%7=0) {echo('</TR><TR>'} > > ++$idx; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php