July 19, 201115 yr Alright today´s question of mine is. How on Earth or Jupiter do you start a counter? I know with loops you can start a static counter 1234567 etc. However is it possible to have a simulatic counter? Like counter 1 goes automatic to counter 2 and that goes automaticly to counter 3. Instead of showing the numbers behind each other. Offcourse please in PHP not Javascript. Edited July 19, 201115 yr by kensha
July 19, 201115 yr Alright today´s question of mine is. How on Earth or Jupiter do you start a counter? I know with loops you can start a static counter 1234567 etc. However is it possible to have a simulatic counter? Like counter 1 goes automatic to counter 2 and that goes automaticly to counter 3. Instead of showing the numbers behind each other. Offcourse please in PHP not Javascript. please explain more, i dont quite understand what you mean?
July 19, 201115 yr Author Like a stopwatch where you click on the green button, the counter starts from 12345678 etc until your press the green counter again. This is what I´m kinda looking for.
July 19, 201115 yr please in PHP not Javascript Remember PHP code is executed on the server when the page is served, before the page is sent to the web browser. To update part of a web page after it has loaded, some client side code is required (e.g. Javascript).
July 19, 201115 yr Like a stopwatch where you click on the green button, the counter starts from 12345678 etc until your press the green counter again. This is what I´m kinda looking for. ahh i see what you mean now i thought you meant a view counter, yes you need javascript or something equivelant (client side language)
July 19, 201115 yr Author http://www.online-stopwatch.com/ I should just had to give a link like this. But it seems it´s truly a no do. Oh well back on study:), would ned aside to study javascript to.
Create an account or sign in to comment