hi everyone i upload file each an every day so i want to keep track of how many files i uploade a day by creating new directory everytime when i uploade base on the system date.
example
the new directory must be name according to the system date:
$newdir = "system date";
i want my directory name to look like 30January2007
i will be glad if i can get help.
example
the new directory must be name according to the system date:
$newdir = "system date";
i want my directory name to look like 30January2007
i will be glad if i can get help.
Comment