Gallery database Programming Databases by gymanual Gallery database -------------------------------------------------------------------------------- Hello averybody I would like to know your opinion … do you design a database that will works as photo gallery, let's count there will be a lot of pictures… Gallery Alignment? Programming Web Development by sarithak …or die (mysql_error()); while($gallery=mysql_fetch_array($res)){ $id=$gallery['category_id']; $name=$gallery['category_name']; $image=$gallery['photo_filename']; ?> <…quot;center"><a href="gallery/gallery.php?id=<?php echo $id; ?&…gt;"><img src="gallery/photos/<?php echo $image; ?>"… Gallery Templating Issue Programming Web Development by Borderline … me in another forum, as a "simple photo gallery" code, but I'm still experiencing problems with …://www.equinefocus.co.uk/personal/gallery.php"]http://www.equinefocus.co.uk/personal/gallery.php[/URL] I am aiming….uk/personal/sample_gallery.htm[/URL] [B] CODES[/B] gallery.php code: [url]http://www.equinefocus.co.uk/personal… gallery wish Programming Web Development by signs … only learned to edit it...) There is a beautiful Javascript Gallery I use in a page. My wish or actually my… clients wish is to use this gallery several times in the same page. I just have been… on. The place for the -main-picutre in the second gallery is missing. [url]http://www.misscosmic.com/ecotecture[/url] Somebody… Re: Gallery Templating Issue Programming Web Development by blocblue Hi again, A thought regarding the layout of your gallery. You could have all the photos arranged in a grid … lightbox and ajax are free online. The styles for the gallery would also be relatively simple, and I've posted a… Re: Gallery Templating Issue Programming Web Development by blocblue Hi, Where does the array $row['url'] come from on line 27 of the gallery script?? Also, the second PDF link you uploaded doesn't work. R. Re: Gallery Templating Issue Programming Web Development by Borderline … of basics, and am a step nearer to achieving the gallery I want: [URL="http://www.equinefocus.co.uk/personal… Gallery image delete or hide? Programming Web Development by GlenRogers Hi. I need a way of deleting images from a gallery. The images are in 2 folders: thumbs and full size. …The pathnames are in 2 tables: image_thumbs and images. The gallery displays clickable thumbs. Should I delete the images from both… to image_thumbs, so if it has a value then the gallery does not show that image? Thanks.... Re: Gallery image delete or hide? Programming Web Development by GlenRogers … status = 0 WHERE `id` = $p")){ echo 'Image hidden from gallery.'; } else{ echo 'There has been a problem. Go back and… status = 1 WHERE `id` = $p")){ echo 'Image visible in gallery.'; } else{ echo 'There has been a problem. Go back and… Re: Gallery image delete or hide? Programming Web Development by urtrivedi you can keep status flag in table in mysql with each image. say active inactive and when u display gallery in php, just put where status='active' so it will display only active images. so i suggest not to delete images physically Re: Gallery image delete or hide? Programming Web Development by GlenRogers I just want to be able to remove older images from the gallery. Hiding them sounds simpler than deleting them! I think I'll give it a go. Urtrivedi, let me see if i have picked this up right. Would I add 2 more fields to my table: active, inactive? Re: Gallery image delete or hide? Programming Web Development by diafol … previously: http://www.daniweb.com/web-development/php/threads/440315/gallery-image-delete-or-hide#post1893364 Have one images table - that… Re: Gallery code Programming Web Development by veedeoo Have you ever consider php powered gallery? It is more manageable than just pure html gallery type.. PHP should be able to give you the options to edit, delete, or even upload your files... Gallery v1.3.4 Hardware and Software Linux and Unix by CyberJ I have setup the gallery by following the readme file, everything when fine. But when i want to upload pictures to my server via the admin web interface, i get an error saying: Error: Unable to make thumbnail (0)! What does this mean, and how do i fix it? Thanks in advanced. Gallery avatars used once. Programming Web Development by Sheriff Mole … there a way of making an avatar disappear from the gallery after someone has selected it? I am working with the… Gallery compatible with phpbb2 Programming Web Development by cuddlers89 I have set up a phpbb2 forum and now want to add a galery to my site. Does anyone know a good gallery that will be compatible with the membership system of phpbb2. Thanks Gallery Action Script Digital Media UI / UX Design by sreein1986 HI Friends, I want action in actionscript 2.0 in Flash 8 please any body help to me for XML_slide show in gallery Template gallery Flash error on data.php Programming Web Development by eng.mina … help in this php code i have php code for gallery flash required file >> data.php to show pic… Re: gallery Flash error on data.php Programming Web Development by eng.mina …;? $admin_login="mina"; $admin_pass="123456"; $gallery_path="gallery"; ?> [/CODE] and data.php its up and fixed… Re: gallery Flash error on data.php Programming Web Development by eng.mina … error and test it on my flash and still my gallery photo didn't appered . Re: gallery Flash error on data.php Programming Web Development by eng.mina yes i wanna show gallery photo and thumbs by using php code .. i wanna put link to show u exmple same as my but i dont know if rules of daniweb.com alow me do this or not . or i can send it by private massage to show u what i mean . thx for ur support. Gallery thumbnails and rounded corners Digital Media UI / UX Design by george61 My idea is to create a gallery in which the thumbnails have rounded corners. This works in … Gallery Script Programming Web Development by HelenLF I am looking for a readymade jQuery gallery script which allows for animated words which show with each image. Can anyone point me in the right direction. Re: Gallery Script Programming Web Development by G&G Designing [url]http://themeforest.net/searches?term=gallery&type=files[/url] There ya go.. gonna cost some $ but not too much Gallery code Programming Web Development by charisma I am looking for code for a simple gallery to replace the program I'm using now. I want … Gallery help needed Digital Media UI / UX Design by GlenRogers Hi I am populatin a gallery with images whos paths are stored in mysql table. I … Re: Gallery help needed Digital Media UI / UX Design by JorgeM A quick search online results in an example I found that appears to be inline with what you are asking about. Take a look at this: line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery Re: php image gallery Programming Web Development by abeer.rao "gallery" folder placed in root folder. . i think that only if ( $handle = opendir("gallery/") ) { is used? Re: can a php expert take a look at my gallery.php Programming Web Development by hwoarang69 gallery.php <?php session_start(); include("connect.php"); $user = $…;; $result = mysql_query($sql); /*** table which holds images ***/ echo "your gallery<br/><br/><br/>"… Re: php image gallery Programming Web Development by diafol Gallery may be in the root folder, but where's this script being run from?