my question this time seems easy but, I dont have a clue on how to do this...
I would like to read the directory of today...
Code: Select all
if ($handle = opendir('Y/m/d,time()')) {
Thanks !
Moderator: General Moderators
Code: Select all
if ($handle = opendir('Y/m/d,time()')) {
Code: Select all
opendir(date("Y/m/d"));