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.
26 Posts

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...

Best Way to Handle Errors on a PHP Page?

As a developer, I’ve always admired the simplicity and clarity of Go’s error-handling pattern. In Go, functions often return a result alongside an error object, making...

HostGator Sendmail PHP: A Step-by-Step Guide

Are you having trouble sending emails using PHP on your HostGator account? You're not alone! Many developers face issues with email delivery, especially when...