Re: [PHP] Wait/Timeout

2002-07-09 Thread Marek Kilimajer
You could call another script in language of your choise using $output =exec('command'); Marek Michael wrote: >Hi! > >I've been using PHP to write shell scripts and was wondering how to >implement the following: > > - I have a menuing system > - If a user does not give an input within a ce

[PHP] Wait/Timeout

2002-07-09 Thread Michael
Hi! I've been using PHP to write shell scripts and was wondering how to implement the following: - I have a menuing system - If a user does not give an input within a certain amount of time, I want it to go to a default value I checked the PHP functions page and the closest thing I found was