|
@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?
|