While loop problem in PHP

后端 未结 5 952
遥遥无期
遥遥无期 2021-01-27 03:48

I have my markup structure as below:

value1
value2
value3
5条回答
  •  半阙折子戏
    2021-01-27 04:24

    Right, now I know what you're after. I've done this before when showing items in a grid and you need to break each row because of that browser.

    Anyway, it's ugly but I don't think it gets any easier than this

    
    

提交回复
热议问题