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

How To Fix PHP Error Using WordPress Function get_terms()

We’ll analyze a common PHP error that occurs when using the WordPress function get_terms() and explain how to resolve it. The error you're encountering...

How to Solve A PHP Error was encountered

If you're working with forms in CodeIgniter and processing user inputs via the $_POST array, you might have come across the following error message: Error...

How to Fix a Error When Using a Custom PHP CodeSniffer Sniff

When working on a PHP project, coding standards play a crucial role in ensuring that the code is readable, maintainable, and consistent. One such...

How Can I Access Microsoft Graph API with Access Token in PHP?

I’ve been working on a project where I need to access token in PHP Outlook mails using the Microsoft Graph API. After some trials...

How to Get Data Values from a Collection Using Group By on Laravel

I’ve often found myself needing to work with collections of data and then group that data for further analysis or display. Today, I’m excited...