mmarable Posted June 12, 2007 Posted June 12, 2007 Okay, I've finally decided to take the jump into web development. Now, to put things into perspective when I say "web development" I'm pretty happy when I manage to create a web page that says "Hello world", so please be patient with me.What has sparked my interest in this is wanting to make a web site gallery of digital pictures and such. I thought that would be an interesting project to tackle and learn something new with. What I'd like to try to accomplish is a simple web page that automatically pupulates itself with images it finds in a given folder. So, I put various graphic files into a folder (and that is all that it has in it) and when the page loads it'll dynamically create a gallery of the images.What kind of options do I have to do this sort of thing?ThanksMike
ripken204 Posted June 12, 2007 Posted June 12, 2007 http://ifoto.ireans.com/this is the best that i could find. im currently using it on a website im making, its very easy and looks good.
mmarable Posted June 12, 2007 Author Posted June 12, 2007 Looks promising. How do I make it work? (I'm having trouble getting a handle on PHP.)I have a basic Index.htm file (it says "Hello world" right now). I'd put a link called something like "Picture Gallery", but what would I link it to? Index.php? How do you call a PHP script/page from a basic HTML file? I've been hunting around, but I keep finding references to .htaccess modifications on Linux web servers.
ripken204 Posted June 12, 2007 Posted June 12, 2007 you just link it to index.phpare you doing this on your own comp, apache, a server? you cant just run it from your comp unless you have a server program such as apache installed.
mmarable Posted June 12, 2007 Author Posted June 12, 2007 I'm working on my desktop. so that's going to be a problem.
ripken204 Posted June 12, 2007 Posted June 12, 2007 http://www.apachefriends.org/en/xampp-windows.htmlthis is what i use to turn my computer into a "server"
gamehead200 Posted June 12, 2007 Posted June 12, 2007 This works pretty well:http://celerondude.com/php-simple-galleryIt's exactly what you want, too!
Zxian Posted June 15, 2007 Posted June 15, 2007 Second vote for CeleronDude! It's very simple to use, and you just dump pictures in the directory. The script does the rest.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now