php-general | 2001092
Date: 09/30/01
- Next message: Frank M. Kromann: "[PHP] Re: [PHP-WIN] time limt"
- Previous message: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- In reply to: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Next in thread: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Reply: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Frank M. Kromann: "[PHP] Re: [PHP-WIN] time limt"
- Previous message: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- In reply to: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Next in thread: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Reply: Armando Cerna: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

