Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

Re: [PHP] Running a Shell Script in PHP HELP! From: Matt Greer (tortus <email protected>)
Date: 09/30/01

On Sunday 30 September 2001 18:23, Armando Cerna wrote:

> I have tried system (updatemp) and exec (updatemp)

The system() function requires a string as its argument. So you need to write
it as system("updatemp"); or system("$files");

Matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>