Event Calendar with PHP
By David Adams /
In this article, I have developed an event calendar class that will populate all the days in a month based on the specified date, along with the events that we can add to...
Continue ReadingIn this article, I have developed an event calendar class that will populate all the days in a month based on the specified date, along with the events that we can add to...
Continue ReadingThe template engine class is light, flexible, fast, and secure, it compiles templates to optimized PHP code. Below I will provide you with the full source code and examples...
Continue ReadingThis lightweight database class is written with PHP and uses the MySQLi extension, it uses prepared statements to properly secure your queries, no need to worry about SQL...
Continue Reading