Umm, have your PHP program output a integer to a file somewhere, and just map the integer to a status, example, if "1" exists in the file, it's doing step 1, etc.
On Mon, 2003-07-07 at 09:30, Uros wrote: > Hello, > > ok what about checking status what this program is doing right now. > > can this be done with > > http://www.php.net/manual/en/ref.pcntl.php > > > tia > > Uros > > Monday, July 7, 2003, 3:16:35 PM, you wrote: > > AV> #!/usr/local/bin/php -q > AV> <?php > AV> set_time_limit(0); > > AV> while(true) > AV> { > AV> // do something > AV> } > ?>> > > AV> Then: > > AV> chmod u+x scriptname > AV> ./scriptname & > > > AV> On Mon, 2003-07-07 at 08:41, Uros wrote: > >> Hello! > >> > >> Can somebody give me any workable example how to run some script written in > >> PHP in Unix console. > >> > >> I wan't to write some server aplication. So it has to be run in the > >> backgroud. > >> -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php