Peuplarchie Posted November 28, 2008 Share Posted November 28, 2008 Good day to you all, 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... if ($handle = opendir('Y/m/d,time()')) { Can somebody help me in wording this ? Thanks ! Link to comment https://forums.phpfreaks.com/topic/134597-opendirymd/ Share on other sites More sharing options...
aximbigfan Posted November 28, 2008 Share Posted November 28, 2008 opendir(date('Y/m/d') . time()); chris Link to comment https://forums.phpfreaks.com/topic/134597-opendirymd/#findComment-700820 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.