Build a secure PHP file upload pipeline with signed URL uploads, MIME verification, and asynchronous malware scanning that protects users without hurting UX.
Category: PHP
-

Prevent malicious file upload in Php
File uploader is always a point for a hacker where he/she can hack your website by uploading a malicious script file on your server if you do not have put the proper validation into the server side code. If a…
-

How to prevent SQL Injection
SQL Injection is the most common and dangerous security issue these days where a person can 1) Get data from your database 2) Add Malicious script in your database 3) Get access to your site 4) Delete tables from your…
-

How to make navigation menu sticky
If you want to make your navigation menu or any other box stick to top on scroll then let me tell you, you are at the right place 😉 Yes, you can make your navigation menu or any other box…
-

How to make a jQuery Ajax post request
Still many of you don't know how to use Ajax, some of you who know how to use it are using it by the old XMLHttpRequest() object. Do you know jQuery makes it really easy to make a Ajax request….







