View Single Post
Old Jan 4th, 2007, 4:01 PM   #15
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 4 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
@Pizentios: Doh! What I ment was I have a database at Philbon.com, I have images at philbon.com/images/event1, philbon.com/images/event2, philbon.com/images/event3, philbon.com/images/event4. In the database it knows which event to go to. So when I call getimage.php?id=3, it will get the row in the table and use the url in that table to display the image. So I if I want a page that has 1 image from each event I only have to call getimage.php?id=3 for event 1, getimage.php?id=4 for event 2, getimage.php?id=5 for event 3 and getimage.php?id=6 for event 4. Does that help?
PhilBon is offline   Reply With Quote