php photo and quote display one by one after a fix time
I am having a directory which has some photos and a directory which has quotes related to each photo , i want to display these photo and the related quote on my web page is it possible with php ,
Last edited by vinodonline2000; Dec 15, 2006 at 00:18.
i mean i want to maintain a fix time b/w images and quotes to be displayed
and how to manage photo and related quote is the bigger problem , i am thinkin that by the the same name of photo and its related quote can help
see scandir() and friends to read a directory.
see pathinfo() to get the proper filename components.
see file_get_contents() to get the quote out of the file.
Bookmarks