Re: [PHP] Pause script

2006-03-27 Thread Richard Davey
On 27 Mar 2006, at 17:04, Pieter du Toit wrote: I want to pause script in php, in a while loop, so that a key must be pressed or a button must be clicked for the script to continue. Is this possible, i had a look at some functions, but it is not what i want. You mean when the script is call

Re: [PHP] Pause script

2006-03-27 Thread tedd
Hi I want to pause script in php, in a while loop, so that a key must be pressed or a button must be clicked for the script to continue. Is this possible, i had a look at some functions, but it is not what i want. Can someone point me in a direction to search or maybe solve this problem for me.

RE: [PHP] Pause script

2006-03-27 Thread Jay Blanchard
[snip] I want to pause script in php, in a while loop, so that a key must be pressed or a button must be clicked for the script to continue. Is this possible, i had a look at some functions, but it is not what i want. Can someone point me in a direction to search or maybe solve this problem for

[PHP] Pause script

2006-03-27 Thread Pieter du Toit
Hi I want to pause script in php, in a while loop, so that a key must be pressed or a button must be clicked for the script to continue. Is this possible, i had a look at some functions, but it is not what i want. Can someone point me in a direction to search or maybe solve this problem for me