MALIK SHAFI

Experienced PHP Developer with a strong background in building scalable web applications in the IT services sector. Proficient in PHP frameworks like Laravel and CodeIgniter, and front-end technologies, Skilled in MySQL database management, RESTful API integration, and working with AWS services such as EC2 and S3. Extensive hands-on experience with Nginx configuration on AWS EC2 instances, optimizing for performance and security.
43 Posts

How to Run the PHP Inside an XML File

I’ve recently been diving into an interesting project where I had to work with PHP code embedded inside an XML file a setup that...

How to Replace a Class with a Custom Class in PHP (Without Composer)

When working with legacy PHP code or external dependencies, you might encounter situations where you need to replace a class with your own implementation...

How Do I Fix HTTP Error 405 on Localhost with phpMyAdmin

Hello everyone! I recently started learning PHP and wanted to create a simple form where user information could be stored in a database using phpMyAdmin....

Fix PHP ActiveRecord Has Many Association Errors

Hello there! Today, I want to share an interesting challenge I faced while working on a simple TV Show/Season management project using php-activerecord. I encountered...

Fix the PHP Error Handling with Docker, PHP-FPM and Nginx

I’ve been struggling to understand PHP’s error handling system, especially in the context of using Docker with the php:7.4-fpm image. I’ve managed to configure PHP-FPM, even...