Is there a way to pull images from a directory and place them on a webpage and have links attached to those images that would take a person to a specific webpage associated with that image using PHP?
Thanks
|
|
|
|
|
|
|
@ricebowl: using PHP Version 5.2.9/apache 2.0/windows vista - I'm getting Parse error. anyway, there is working solution:
|
||||||
|
|
|
are you asking how to scan the directory or how to associate a list of images with urls? the answer to the first question is glob() function the second answer is to use an assoc array
and a foreach loop to output images and links
|
||
|
|
|
|
something like this should do it :
|
||
|
|
|
This should work, though |
|||
|
|