Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


hi here one small project given to me in an software
company during interview.

one page that would count down till 9pm (today means every
day before 9pm it would count down to zero) this means there
will show how many mins. sec. and hours are left till 9pm so
it would be like 1 hr 20 mins 23 sec. then it up count down
every sec and then show 1hr 20mins 22sec left till 9pm once
the count down reaches zero it would show a flesh player
video will autostart. the flash player will be from
http://www.longtailvideo.com/players/jw-flv-player/
(the player is embed into the page.)

that same page will track to see if they have already seen
the video using php sessions then if they go back to that
page it would redirect them to a new page saying that they
have already wathed the video.



hi here one small project given to me in an software company during interview. one page that ..

Answer / vishal

A combination of javascript and php will have to be used.
From php we can get the time at the server side and pass
this information to a javascript variable. Then the
javascript will start a counter showing a countdown display
for the remainder of the time. After countdown reaches zero,
the javascript will reload the page and the php code will
run again. This time the php code will check for a cookie
which has been stored previously with the user. All the
information will be stored in the cookie regarding whether
the video has been watched for today or not. If not, then
the video will play automatically. if the cookie says the
video has been viewed then output can be a message that "you
have already viewed the video."

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More PHP Interview Questions

What is php destruct?

0 Answers  


What is a query give example?

0 Answers  


How to upload file in php?

0 Answers  


How can use sys time in loop?

0 Answers   Fengate,


How I use global variable in another page without using $_GET method?

9 Answers  


What is difference between web service and api?

0 Answers  


Define object-oriented methodology?

0 Answers  


What is mod_php?

0 Answers  


What are traits? How is it used in php?

1 Answers  


Why is php used?

0 Answers  


Tell me what is needed to be able to use image function?

0 Answers  


explain in brief type juggling in php?

1 Answers  


Categories