【发布时间】:2014-01-22 02:52:11
【问题描述】:
我真的不知道如何制作这张照片轮播后端,Pease,给个建议。这是我正在使用的网站http://mabini150.net23.net/ 这里是代码:
<div class="da-slide">
<h2>MABINI@150 Softlaunch@FAITH</h2>
<p>Mabini @150 with the commemoration of First Asia Institute Of Technology and
Humanities.Visit the
<a
href="Gallery.php">Gallery Page</a> for more photos.</p>
<div class="da-img"><img src="css/images/FaithMabini/1.jpg" alt="image01" /></div>
</div>
<div class="da-slide">
<h2>MABINI SHRINE VIRTUAL TOUR</h2>
<p>The Mabini Shrine Tanauan contains a museum and a library, designed by National
Artist for Architecture Juan
F.Nakpil.Visit the <a href="VirtualTour.php">Virtual Tour</a> and
feel like you're in the shrine.</p>
<div class="da-img"><img src="css/images/Mabini/virtual.PNG" /></div>
</div>
【问题讨论】:
-
后端?你到底是什么意思?你想从你的服务器端传递数据还是?
-
我正在为一个网站制作一个内容管理系统,我想让我的照片轮播动态化,以便管理员/用户可以更新它。
-
创建您的照片库帖子或其他内容并将数据传递给数据库(确保您将照片存储在文件夹而不是数据库中)。从数据库中查询数据并将结果插入到您的 html(轮播)中。请问您是否正在使用任何框架?例如这可以在 Codeigniter 中轻松完成