doris20141022 2013-07-18 15:35
浏览 25
已采纳

随机网格布局使用PHP与MySQL的内容

I have a grid layout designed. It's a full width fluid layout with no gaps in between. I need to randomise the content on each page load. I have blocks of different sizes. They add up to 7. Some blocks take up two spaces of the row, others one.

I need a way to randomly output content from a database in each block of the grid. Currently I have set up php functions that randomise the blocks and content but I only have a preset number of blocks and content that are the same.

What would be the best way to do this? I currently have repeating content.

  • 写回答

1条回答 默认 最新

  • douhao2026 2013-07-19 08:57
    关注

    I think you're looking for ORDER BY rand() SQL query.

    This question will help you if so.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题