Re: [PHP] exec problems

2001-12-10 Thread Brian Clark
* J. Heffner ([EMAIL PROTECTED]) [Dec 10. 2001 20:06]: > I need to write a script that will stuff the names of all the files > in a directory into an array, which I can then use for some > adminstrative processing. Seems easy enough: > > exec ("ls", $fileArray, $isComplete); > > This will run

[PHP] exec problems

2001-12-10 Thread J. Heffner
Hello, I need to write a script that will stuff the names of all the files in a directory into an array, which I can then use for some adminstrative processing. Seems easy enough: exec ("ls", $fileArray, $isComplete); This will run fine if I call the php file containing this code from bash (