Rabu, 04 September 2013

PHP Indonesia - Facebook: #tanya Ada yang bisa Membuat Slideshow Gambar deng...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
#tanya Ada yang bisa Membuat Slideshow Gambar deng...
Sep 5th 2013, 03:29, by Khoirul Islam

Khoirul Islam 3:29am Sep 5
#tanya Ada yang bisa Membuat Slideshow Gambar dengan Jquery dan Udah Konek ke Database, Saya Sudah Mencoba Tanpa Pengambilan File Dari Database Bisa tapi begitu dikonek Database malah Error, Mohon Bantuannya #Tanya ????
<style> .fadein {height:150x; width:180px; } .fadein img {left:0; top:0; } </style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(function(){
$('.fadein img:gt(0)').hide();
var speed="2000";//Slide show speed
setInterval(function(){$('.fadein :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein');}, speed);
});
</script> <br />
<?php include "koneksi.php";
$tampil="SELECT * FROM tbl_foto ORDER BY tbl_foto.id ASC LIMIT 0 , 5";
$qryTampil=mysql_query($tampil);
while ($dataTampil=mysql_fetch_array($qryTampil)) ?>
<div class="fadein"><img src="Amin/mod_foto/upload/<?php echo $dataTampil['nama_file']; ?>" alt="" height="150" width="180" />
</div>
<br>
<?php ?>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar