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

How to Fix a RuntimeException Error in Joomla 5.4.6

Are you dealing with a persistent RuntimeException error after updating to Joomla 5.4.6? A common one is this: You change something on your site and...

How to Fix Nextcloud Talk and Desktop Client SSL Issues on Local LAN

You spend hours getting your Nextcloud server running perfectly. It works flawlessly when you are out of the house on mobile data. But the...

How Do You Create a PHP Page With MySQL Excel Spreadsheet

To connect a PHP page with a MySQL database and an Excel spreadsheet, you need a way to parse Excel files safely. The standard...

How Can I Getting PHP Error When Access Site

To fix a PHP error, you must first reveal it. By default, most servers hide errors for security. You need to enable error reporting...

How to Fix the “Uploaded File Exceeds the upload_max_filesize Directive in php.ini” Error

This error occurs because the file you are trying to upload is larger than the limit set in your server PHP configuration. By default,...