September 11, 200718 yr Hello, I was wondering if any body knew any good scripts or programs that would allow you to easily create a gallery! What i need to do is upload roughly 100-150 images per week. all must be categorized and in their own little gallery! I currently work with either Dreamweaver or Microsoft Expressions Web! I know that this can be done manually by inserting one image at a time into a table to create a gallery then resizing it for a thumbnail and then hyperlinking it to the original image so that it can be viewed in a larger size. But considering the amount of images that need to be uploaded, this will be increadibly long. Can any body suggest some sort or program or script that would simplify the task? Regards, Dennis
September 11, 200718 yr try looking in hotscripts... heres the right category: http://www.hotscripts.com/PHP/Scripts_and_...ries/index.html
September 11, 200718 yr Gallery is very nice, although it may be a little more powerful than you were thinking of.
September 11, 200718 yr Author hmm maybe if i were a bit more specific it would help.... Well what im am trying to do is build a website to sell cars. What i need to do is have a gallery page with 1 photo and a small description of every car (year, make, model) but this i can basicly do it manually by adding each photo my self. When you click on the photo, it has to open up a page with a bunch of pictures of different parts of the car. What i was hopping to have is 1 big photo and a bunch of thumbnails on the side that you can just scroll through. preferably when you click on a thumbnail it doesnt open a new page but loads in the place of that 1 large picture. If what i mentioned is unclear please let me know and ill try to find an example of what i need! PS...i did check out HOT Scripts but there are sooooo many its very hard to find what you need. i was kind of hoping for suggestions lolol Thx for the help! BTW, this is my first thread and im really pleased with this community...very helpfull
September 11, 200718 yr i have done this a couple of times for various sites, but it tends to be a custom written script. It isn't too hard really, just have a MySQL DB with this schema: id INT(5) UNSIGNED AUTO_INCREMENT PRIMARY KEY, parent INT(5) UNSIGNED, filename VARCHAR(255), title VARCHAR(255), description VARCHAR(255) will do it. the "parent" would be an ID link to the car it is related to. then to get the realted pictures, simply do a query searching for that parent.
Create an account or sign in to comment