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

Fixing HTTP ERROR 500 While Using PHP

When I enter my login credentials and submit them on my site's web script, I get this error message: This page isn’t working… is...

Fix PHP Blank Screen Error in Login Script

I'm working on connecting an HTML login page to a SQL database using PHP, and everything seemed to be progressing smoothly until I encountered...

Fixing Loop Errors in PHP Array Element

In my code, I’m trying to loop through an array and remove any elements that start with the # symbol. However, I’m encountering an...

Fix PHP User Registration System: Valid Input Errors

I'm working on a registration system but have hit a bit of a roadblock. I set it up so that when a session is...

Fix PHP Error Messages into HTML Div Tags for Styling

To define the error message within the <div> tag in a paragraph form, you can move the PHP "Login Failed" message into an HTML...