"Tim Taubert" <[EMAIL PROTECTED]> wrote:
> Hi all,
> how can i execute a UNIX command like
>
> 'newuser "Tim Taubert" tim password'
$output = system("unix_command");
echo "The result was" . $output;
more info at:
www.php.net/system
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Executing UNIX commands with PHP Tim Taubert
- RE: [PHP] Executing UNIX commands with PHP Henrik Hansen
- RE: [PHP] Executing UNIX commands with PHP Tim Taubert
- Re: [PHP] Executing UNIX commands with PHP Arcady Genkin
- RE: [PHP] Executing UNIX commands with PHP Tim Taubert
- RE: [PHP] Executing UNIX commands with PHP Matthew Loff
- Re: [PHP] Executing UNIX commands with PHP Henrik Hansen

