if($recordcount % 4 == 0)
{
  echo '</td><td>';
}

mh.

On Mon, 10 Mar 2003, Clint Tredway wrote:

> I have a display of images that every fourth image I want to start a new
> column. In ColdFusion I would use the MOD operator like this:
>
> if query.recordcount MOD 4 eq 0
>       </td>
>       <td>
> /if
>
> I am just having a brain lapse today, can someone help me do this same
> functionality in PHP?
>
> Thanks!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to