[PHP-WIN] Re: Time limit in the script

2005-02-21 Thread Christophe Deliens
Yes, You can do that using frames. You should have a frameset with 2 frames, one of 1px high which reloads itself every minute (and with the "1h logic") The other one with your online test. Hope this helps, Christophe Deliens -- get2future Veselina Jecheva wrote: Hello, everyone, I have to make a

Re: [PHP-WIN] Re: Time limit in the script

2005-02-17 Thread Randy Clamons
et > Date: Thu, Feb-17-2005 0:58 AM > Subject: [PHP-WIN] Re: Time limit in the script > > you could allways set a cookie with the timestamp in it and calculate > problem is, that you won't be able to forward when it's exactly an hour > if > you know what I mean. &g

[PHP-WIN] Re: Time limit in the script

2005-02-16 Thread Reptilevl
you could allways set a cookie with the timestamp in it and calculate problem is, that you won't be able to forward when it's exactly an hour if you know what I mean. I made a similar thing once. I did the forms and stuff in PHP but I used Javascript for the timer. I would give you the code but i