Create webpage with photo gallery

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
boesiii
Forum Newbie
Posts: 1
Joined: Wed May 13, 2009 3:52 pm

Create webpage with photo gallery

Post by boesiii »

Sorry I may have posted this in the wrong place

I work for an engineering company and I have to download and print a bunch of digital photos and I also have other employees that would like to print a photos also. When i print the photos I usually have some labels on the page that has info about the folder location and the date the photo was taken.

Is there some type of code I could write in which an employee could select a group of photos or a photo folder within windows explorer and right click and pick something in the context menu that would activate the code and send the photos to a web browser and then the user could print that web page?

I have a program that I use but I don't want to install it on everyone's computer and then show them how to use it.

I don't know if PHP is the correct programming to use.

I hope this isn't to confusing.

Thanks for your help.
ldougherty
Forum Contributor
Posts: 103
Joined: Sun May 03, 2009 11:39 am

Re: Create webpage with photo gallery

Post by ldougherty »

Everything you are talking about doing is client side which will not work with PHP as PHP is a server side scripting language.

Are you just talking about having a shared photo gallery? If so check our resources such as Gallery

http://gallery.menalto.com/
Post Reply