Go Back   CodingForums.com > :: Client side development > JavaScript programming > Ajax and Design

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-17-2012, 01:26 PM   PM User | #1
v0idmp3
New to the CF scene

 
Join Date: Jun 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
v0idmp3 is an unknown quantity at this point
Countdown timer AJAX and PHP

Hi

I have a little problem. I develop browser game and I dont know how to build countdown timer. For example...When player click on "Build Something", I need to show him a countdown timer, from start time to some time in future, and countdown difference from start and end time. And than, when timer reach zero, I need to put some data in database. I think a lot about that, and I realized that I must have in my database start and end time, but I dont know how to calculate remaing time when player logout from game, and than log in again. How to show him how much time was spend when he was offline? If you know some tutorial about Ajax/JS countdown timers, I will be very thankful. I searched google, but I didnt find what I need. I'm new to ajax/js and I really dont know how to make that.

Cheers
v0idmp3 is offline   Reply With Quote
Old 06-17-2012, 01:37 PM   PM User | #2
probi
New Coder

 
Join Date: May 2012
Posts: 17
Thanks: 3
Thanked 1 Time in 1 Post
probi is an unknown quantity at this point
Not sure about how to code it but would it be a good idea to have an end time in the database and when the user logs in you read the end time and then calculate the time left between the current time and the end time?
probi is offline   Reply With Quote
Old 06-17-2012, 02:30 PM   PM User | #3
v0idmp3
New to the CF scene

 
Join Date: Jun 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
v0idmp3 is an unknown quantity at this point
So, I need third field in db, like "user_current_time" to populate with time when user log in and than calculate difference between "user_current_time" and "end_time"?
v0idmp3 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:25 PM.


Advertisement
Log in to turn off these ads.