marcus Posted October 15, 2006 Share Posted October 15, 2006 Ok, I was going to make a system where it would update the page every 45 mins (via cron) and like, a system where when the user clicks the image and enters the correct info needed it would send it to the database and mark it off as already clicked, but then like the next time the cron goes off it lists more images (different ones) Link to comment https://forums.phpfreaks.com/topic/24029-is-this-possible/ Share on other sites More sharing options...
AndyB Posted October 15, 2006 Share Posted October 15, 2006 Yes, it's possible. What happens when more than one visitor is 'answering' questions, or doesn't that matter - any 'right' answer and the image gets marked as 'answered. Link to comment https://forums.phpfreaks.com/topic/24029-is-this-possible/#findComment-109221 Share on other sites More sharing options...
marcus Posted October 16, 2006 Author Share Posted October 16, 2006 but like, so when they answer it, it kind of deletes that row from the database but keeps it on the page with who answered it Link to comment https://forums.phpfreaks.com/topic/24029-is-this-possible/#findComment-109226 Share on other sites More sharing options...
AndyB Posted October 16, 2006 Share Posted October 16, 2006 [quote author=mgallforever link=topic=111583.msg452304#msg452304 date=1160956947]but like, so when they answer it, it kind of deletes that row from the database but keeps it on the page with who answered it[/quote]No. If it were deleted from the database, how would 'the page' know it had been answered and by whom.I'd suggest you plan out the whole thing, then start the database and scripting, then ask specifics. Link to comment https://forums.phpfreaks.com/topic/24029-is-this-possible/#findComment-109233 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.