Jump to content

[SOLVED] Auto table row when 3 mysql rows get echo'd


dezkit

Recommended Posts

Edit:  Didn't know there was a FAQ Q about it.....  Already typed it, so...

 

Psuedo-code:

 

$i = 0;
while($r = row) {
    if($i == 0) {
        //open row
    }
    //do something with row
    if($i == 0) {
        //close row
    }
    $i = ($i == 2) ? 0 : $i+1;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.