dounianxie2058 2015-01-28 01:05
浏览 32

获取数据库中存在的所有图像ID并显示它们(MySQL \ PHP)

I've read all about this in other questions asked here at stackoverflow but none have gave me answers to my situation. Here is what i have:

  • Database of the Images ID and Location. (database has two columns ID and URL) the ID is incremental and same name as the image name. so in the database it shows as follows: Database Overview

now my question is how can i retrieve those images from the database? I know how to display them in HTML using the php echo. but my problem is how to get them out of the database in order? I'm thinking about something maybe like while(still images id) Or I can use count of the number of rows then go one by one calling them (which i think is too heavy)

Any help would be great figuring this one out!

Thank you :)

  • 写回答

2条回答 默认 最新

  • douya2007 2015-01-28 01:11
    关注

    You'll need to connect to the database and query it for the images in your table. (tbl_name must be replaced by the name of your MySQL table containing the images)

    $qry = mysql_query("SELECT URL from tbl_name ORDER BY URL");
    
    while ($row = mysql_fetch_assoc($qry)) {
        echo $row['URL'];
    }
    

    See the excellent tutorials on W3Schools for details: http://www.w3schools.com/php/php_mysql_connect.asp

    评论

报告相同问题?

悬赏问题

  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line