简体   繁体   中英

I want to create a photo gallery in php using array or session/ cookies

i want solution for my problem.

在此处输入图片说明

in this image was a front end i need function behind on this

you can use bootstrap to develop gallery and php to get images dynamicalyy.

Instead of putting static image use php to load images from the database or url.

SEE OUR WORK

                        <span class="col-lg-4 col-md-5 col-sm-6 col-xs-12 col-lg-offset-4 col-md-offset-4 col-sm-offset-3  title-service-inner">
                            Vestibulum elementum ex ullamcorper ligula vulputate
                        </span>
                    </div>
                    <div class="row">
                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/slider1.jpg"
                                     alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/slider2.jpg"
                                     alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/slider3.jpg"
                                     alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/bg_image1.jpg" alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/bg_image2.jpg" alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/bg_image3.jpg" alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/bg_image.jpg" alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>

                        <div class="col-sm-6 col-md-3">
                            <a href="#" class="thumbnail">
                                <img src="/theme_mytheme/static/src/img/bg_image5.jpg" alt="Generic placeholder thumbnail"/>
                            </a>
                        </div>
                    </div>

                </div>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM