Is there any way that i can get a function on a page to operate only once a day (the first time that that page is accessed on that day)? and not every time that the page is displayed?
Mark
U'd have to work with the date() function, and u need some place to store the last date the function was used. (maybe a database, or text file)
Then check that last date before u run the function.