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

Reply via email to