I need to spend some time reading chapter 3 again. How can I take the output from readir() or glob() and get it into an array so that I can sort it? In the last 24 hours, I think I have seen ever php error message there is. And I still have not grasped the concept. I have finally mastered the ; at the end of every line
<?php $aFiles = glob('myDirectory/*'); print_r($aFiles); ?> PHP: ...And then you have ksort(), sort(), asort(), krsort(). Allsorts!