php spacing and duplication issue - help a noob!

the spacing is getting all screwed up on this. it lists 4 per row on rows 1 & 2 and then 3 on row 3(all with checkboxes), skips two lines and says “Sunroof” again, then the next line has “Tilt Wheel” (with a checkbox)

thanks for any help you can provide, i am new at this!

<?PHP $SQL3 = "SELECT * from FEATURES ORDER BY TITLE ASC"; $result3 = @mysql_query( $SQL3 ); $fnum = 1; while( $row3 = @mysql_fetch_array( $result3 ) ) { $ii = $ii+1; ?> checked="CHECKED"<?PHP } ?> />
Sponsor our Newsletter | Privacy Policy | Terms of Service