Most web server platforms have developed to the point where built-in APIs exist to complete effectively any needed interaction with the server’s ope...
How to prevent SQL injection in PHP Scripting Language
SQL injection is a code injection technique, used to attack data-driven applications, in which nefarious SQL statements are inserted into an entry fie...
How to create port scanner using C programming language
There are lot of port scanners available in the internet. Nmap is one of the good port scanner but what if you want to make your own port scanner and ...