Should this work or am I missing something? I want to create 2 directories at a time. Without the second line it was working, but when I put the second line in it created a directory that I couldnt access with my ftp or rmdir.PHP Code:mkdir($path . $gal_name);
mkdir($path . $gal_name . "/thumb");



Reply With Quote


Bookmarks