doris20141022 2013-07-18 07: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 00:57
    关注

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

    This question will help you if so.

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

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部