↧
Useful Tips for Creating Secure PHP Applications
Currently PHP is one of the most popular programming languages for the web. But like other scripting languages, PHP also has few security holes that can make our application insecure. In this tutorial,...
View ArticlePHP & MySQL – Prevent MySQL Injection
In this post We will discuss what MySQL injection is and how important it is to prevent this attack on your mysql database. As developer it’s important to check all security measure before you make...
View Article