Here is some code to help sort the order of your directory output. This is greate for creating PHP FTP applications.
Continue reading “Sort Directory Listings”
Category: Tutorials
PHP Lesson 2 – Add Comments
You will save a lot of time and money if you just remember to write comments as you write your codes. Trust me, you will forget which code goes where and what it does. We all forget. This is a how-to on how to organize your scripts with different types of
Continue reading “PHP Lesson 2 – Add Comments”