aximbigfan Posted March 24, 2008 Share Posted March 24, 2008 I want to load all the files in a dir into an array, but I don't want to use a shell command like "ls". Anyway to do this? Thanks, Chris Link to comment https://forums.phpfreaks.com/topic/97706-load-files-in-dir-into-array-without-using-shell-commands/ Share on other sites More sharing options...
Barand Posted March 24, 2008 Share Posted March 24, 2008 see www.php.net/glob Link to comment https://forums.phpfreaks.com/topic/97706-load-files-in-dir-into-array-without-using-shell-commands/#findComment-499966 Share on other sites More sharing options...
aximbigfan Posted March 24, 2008 Author Share Posted March 24, 2008 Thanks again! Works perfectly! Chris Link to comment https://forums.phpfreaks.com/topic/97706-load-files-in-dir-into-array-without-using-shell-commands/#findComment-499974 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.