Help me figure out my web application

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ryrene
Forum Newbie
Posts: 1
Joined: Thu Aug 11, 2011 10:47 am

Help me figure out my web application

Post by ryrene »

im developing an application that displays a list of bid items. each bid items has global timer, actual price, bid price and bid button. I'm still figuring out for a few days what code will display a global timer to all users and when the timer ends it will display the user who won the item. however if the user clicks the bid button when the timer is less than 15 secs. it will automatically reset to 1 min. so can anyone help me figure out my problem? thanks! by the way im using javascript and php in making my web application
danwguy
Forum Contributor
Posts: 256
Joined: Wed Nov 17, 2010 1:09 pm
Location: San Diego, CA

Re: Help me figure out my web application

Post by danwguy »

are your actual price, bid price, and user stored variables in javascript or only via php?
Post Reply