Simple PHP Gallery Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MeltedPixel
Forum Newbie
Posts: 8
Joined: Sun Jun 29, 2003 12:22 am

Simple PHP Gallery Script

Post by MeltedPixel »

Im trying to figure out how to make a Simply PHP Gallery script, without thumbnials, etc.
What I am trying to figure out is how to:

- Make Next/Previous Photo Links
- How to extract images from a certian folder

Thats really about it.
If any one has found any tutorials on how to make this WITHOUT any thumbnails, please let me know.

Thanks,
MeltedPixel
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Abit late (I clicked the "unanswered posts"-link) in hopes of perhaps cathing someone that needed help...

Still interested?
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

i have a group of files... i wonder if my deis webspace was killed, if not there's an example at http://people.brandeis.edu/~m3rajk/pics

3 files that do that
ummm... not sure there's enough there for you to see it, but it will automatically do pages
snek_one
Forum Newbie
Posts: 7
Joined: Wed May 21, 2003 9:07 am

Post by snek_one »

wooah! ummm those thumbnails are full quality aren't they? they were taking ages to load, and it was going full speed on my 85KB/s downstream.. so they must be HUGE..

i have a working script for thumbnailing if you are interrested.. it just reads from a directory with images and thumbnails real-time.. still looking into making it write the thumbnail to the server so it saves cpu power.
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post by m3rajk »

in mine? if it's a bitmap or a gif it just uses html to constrain them. if it's a jpg of a png it creates the thumbs, and it works pretty quick for me on comcaast, and last i traced the route, i have to go to dc to get bounced up to waltham... from a town barely outta walking distance from waltham.
Post Reply