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

How to Convert Command Line curl into PHP curl

I’ve been working on a project that involves converting a command-line curl command into a PHP curl request. I’ll walk you through my process,...

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