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 Fix VS Code PHP Intelephense Undefined Symbol Errors in Laravel

I’m excited to share how I tackled a pesky “undefined symbol” warning that cropped up in Visual Studio Code after today’s PHP Intelephense update....

How to Send Specific Invoice Values with Stripe PHP Invoice

I’m a developer who’s been in your shoes trying to get Stripe to bill customers exactly the right amount, only to discover those invoices...

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