Thank you guys a ton. I am just having one problem - the Directory thing IS working, but then I do:
PHP Code:
$newdirname2 = $name."/upload/";
exec("mkdir $newdirname2");
AFTER I do :
PHP Code:
$newdirname = $name;
exec("mkdir $newdirname");
(That Code works, but the first one does not)
And it is not working, anybody have any idea why?
And thanks a ton, again, for helping me.
Resolved, thaks again everybody. ( I just used another function.. )
Last edited by NineSpoons; 03-09-2005 at 08:32 PM..
|