RE: [PHP] executing a shell command within a function

2003-08-15 Thread Mike Brum
Why don't you try to use mkdir() instead of shell commands? http://us2.php.net/manual/en/function.mkdir.php -M -Original Message- From: Sævar Öfjörð [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 8:19 PM To: [EMAIL PROTECTED] Subject: [PHP] executing a shell command wit

[PHP] executing a shell command within a function

2003-08-15 Thread Sævar Öfjörð
Hi, I’m coding a function that will create a set of directories using execution of shell commands within the function. Then the function saves different sizes of images in each directory. Later in the function I open one of these directories to list the content in them. The problem is that the dir