andrew101 Posted December 15, 2009 Share Posted December 15, 2009 hello guys its me again, i've create a php photo album and it works great. whenever users click the thumpnail it displays the image in new window. "THAT SUCKS!" I want to upgrade to lightbox. when users click the thumpnail it shows a fancy lightbox open up. Ive install the lightbox js and css already and tried some code on my own but nothing works. can somebody please help me? ///////////////////////////////// the code im using. //////////////////////////////// <?php do { ?> <a href="display.php?recordID=<?php echo $row_photos['photo_id']; ?>"> <?php echo "<img src=http://www.domain.com/photo_album/images/small/".$row_photos['photo'] ."> "; ?> </a> <?php } while ($row_photos = mysql_fetch_assoc($photos)); ?> ////////////////////////////////////// The lightbox code i want to integrate /////////////////////////////////////// <a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a> Quote Link to comment https://forums.phpfreaks.com/topic/185162-lightbox-2-php-question/ Share on other sites More sharing options...
andrew101 Posted December 15, 2009 Author Share Posted December 15, 2009 does anybody know what im talking about? Quote Link to comment https://forums.phpfreaks.com/topic/185162-lightbox-2-php-question/#findComment-977519 Share on other sites More sharing options...
vetman Posted December 18, 2009 Share Posted December 18, 2009 This is the code I use to do what you want to do. Make you image code to look like the example I provided. <a href="images/l.jpg" rel="lightbox" title="Postcard 1909"><img src="images/de_th.jpg" class="imagefloat" width="160" alt="" border="0"></a> Quote Link to comment https://forums.phpfreaks.com/topic/185162-lightbox-2-php-question/#findComment-979821 Share on other sites More sharing options...
andrew101 Posted December 23, 2009 Author Share Posted December 23, 2009 what..... did...... you. ..... saaaaaayyyyy! wheres the link to the image? thank for the help anyway. i need a css or flash that displays lightbox. Quote Link to comment https://forums.phpfreaks.com/topic/185162-lightbox-2-php-question/#findComment-982935 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.