Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Countdown timer in php
Old 07-07-2009, 02:47 AM Countdown timer in php
Junior Talker

Posts: 1
Name: Thanga
Trades: 0
hi,
Am a newbie in php, Its been a quite a long time am trying for countdown timer in php , i have 5 different php pages with 5 questions each , when the user starts with the Q.No 1 the timer should start at each and every pages.Can any one please help me out to do this .



Thank you !
goldy736 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-07-2009, 02:56 AM Re: Countdown timer in php
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
You can track the amount of time like this:

PHP Code:
//question 1
session_start();
$_SESSION['time'] = time(); //timestamp 
PHP Code:
//question n
session_start();
$startTime $_SESSION['time'];
$difference time() - $startTime//in seconds 
If you want to display an actual timer you will need to use javascript.

http://www.google.com/search?hl=en&q...=f&oq=&aqi=g10
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 07-07-2009, 03:08 AM Re: Countdown timer in php
orionoreo's Avatar
Ultra Talker

Posts: 335
Name: Jerry
Trades: 0
yup i had the same thought as null... session timer

to show it dynamically counting down you need a client side script such as javascript
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
orionoreo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Countdown timer in php
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26305 seconds with 12 queries