Re: [PHP] Issues with exec()/system()

2003-09-10 Thread Curt Zirzow
* Thus wrote Tom Ray [List] ([EMAIL PROTECTED]): > I'm having a bit of an issue using exec() and system(). hmm.. seems to be the theme today :) > > $dir="unique_dir"; > system("cp -R forum /path/of/forum/location/of/forums/".escapeshellarg($dir)); > > The forum directory is located in the same

[PHP] Issues with exec()/system()

2003-09-10 Thread Tom Ray [List]
I'm having a bit of an issue using exec() and system(). Background: I have this script that installs forum software for a client, and that works like a champ. In it I use system() to copy the the default forum directory to the specified location the client sets, along with a unique directory nam