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
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
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
Are you running in safe mode? Set_time_limit doesn't work in safe mode.
Glenn
"Dries" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Why does the time limit doesn't work ?
> Any suggestions how to fix this?
>
> Thanks!
>
>
> function connect1()
> {
> set_time_limit(2);
>