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: CMS
Polls and Comments with PHP and MySQL
Create a poll voting and comments system with the help of PHP and MySQL. Explains in details the script and database design.
Continue reading “Polls and Comments with PHP and MySQL”
PHP Include and Require Functions
Speed up your developing by using PHP include() and require() functions. Learn how to include multiple files into one PHP file and learn why this is useful in this short lesson.
Continue reading “PHP Include and Require Functions”