douxiuyu2028 2015-01-31 07:09
浏览 38

Foreach循环 - 1-30作为列表,并在随机(1,2,4)次出现时将数字与数据库中的列匹配

I need help with a loop to echo 1-30 but after the 5th count list the numbers and match to a column in the database. The numbers are random in the database such as 1,2,4 but I would like to match with the numbers ($x++):

    $x=1;
    foreach($forDB->results() as $f) {
    $x++;
    $id = $f->id;
    $name = $f->string;
     if($x<=5) {
        if($id == $x) {
            echo '<div class="list-matched">'.$x.' = '.$name.'</div>,';
        } elseif($id != $x) {
            echo '<div class="list">'.$x.'</div>,';
        }
        if($x == 5){
            echo ' | ';
        }
     }elseif($x<=15) {
        if($id != $x) {
            echo '<div class="list-matched">.$x.' = '.$name.'</div>,';
        }elseif($id != $x) {
            echo '<div class="list">'.$x.'</div>,';
        }
     }
    }

Now the results are good up to: 1 = stringone, 2 = stringtwo, 3, 4, 5 | 6, 7, 8, 9

but then stops at 9.. and it does not echo the 4th value from the database or any numbers that are jumping around the columns (ex. 1,2,4,6,9,13,15).. Seems to be getting 1 and 2 fine but when it skips one or more numbers it stops. and tested by echo'ing the id after: if }elseif{$id != $x) { //echo x } echo $id;.. but it goes 1,2 and stops.. Please help!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 数据量少可以用MK趋势分析吗
    • ¥15 使用VH6501干扰RTR位,CANoe上显示的错误帧不足32个就进入bus off快慢恢复,为什么?
    • ¥15 大智慧怎么编写一个选股程序
    • ¥100 python 调用 cgps 命令获取 实时位置信息
    • ¥15 两台交换机分别是trunk接口和access接口为何无法通信,通信过程是如何?
    • ¥15 C语言使用vscode编码错误
    • ¥15 用KSV5转成本时,如何不生成那笔中间凭证
    • ¥20 ensp怎么配置让PC1和PC2通讯上
    • ¥50 有没有适合匹配类似图中的运动规律的图像处理算法
    • ¥15 dnat基础问题,本机发出,别人返回的包,不能命中