PDA

View Full Version : Photo Gallery-type help



NickNack
12-13-2003, 02:53 PM
ok, im completely incompitent when it comes to javascript/php4/html/dhtml/mysql/ssi/perl and whatever else there is. However i do know that the server im hosted on can support these codings. It's a Unix server if thats important.

This is what i want to do. id like to make it so that when you click an image it opens it in a new window along with a description of the picture. then if you click another picture it will open it within the same new window. Also, id like it if i could just upload a picture to a folder and no more coding is necessary. the picture is instantly added to the list of thumbnails.

Heres an example of what im after:
http://www.paulpolitis.com/photogallery/index.php?action=displaycat&catid=6

oh, also, how do i disable the right mouse button for copyright purposes?

emke
12-13-2003, 03:57 PM
For a simple gallery here is a great gallery script that's really simple and easy to expand upon if you need to in the future. It now dose basically what you want it to. As you're new to PHP, it's easy to install as well.

http://dave.imarc.net/php/#photo

NickNack
12-14-2003, 03:33 AM
Originally posted by emke
For a simple gallery here is a great gallery script that's really simple and easy to expand upon if you need to in the future. It now dose basically what you want it to. As you're new to PHP, it's easy to install as well.

http://dave.imarc.net/php/#photo

thats great thanks!