Posts

PHP-FIG's PSR Standards with Examples

/
PHP Framework Interop Group (PHP-FIG) is a collaborative effort between different frameworks…

Project Euler – Problem 6 Solution

/
The 6th problem of Project Euler is mathematical thinking and programming…

How to Import SQL File with PHP

/
Sometimes you may not be able to use PhpMyAdmin or any database program…

Finding All Weekdays of the Month with PHP

/
Hello friends. Today, including this week…

PHP and JSON: A Practical Way to Share Data

/
The relationship between PHP and JSON and how to use JSON in PHP...

Creating a CSV File Using PHP

/
Functions defined to create CSV files in PHP…