Re: How to re-start a program from web interface using PHP

From: Janwillem Borleffs (jw_at_jwscripts.com)
Date: 06/26/04


Date: Sat, 26 Jun 2004 14:04:42 +0200

KeOu wrote:
> We are running a application on the Linux, and would like to have a
> web interface to restart it remotely using PHP. I would like to get an
> advice on how to do it.
>

exec
system
passthru
etc.

All in the manual.

JW



Relevant Pages