This is a tutorial for the beginners or the webmasters to secure their files or folders with PHP code. Before allowing the users to access the files in your secured area, the users must be authenticated. The code is dependent on the server configurat
You want to secure your pages on www from the intruders?, this is a tutorial made for you. This tutorial describes how to provide security with session using PHP. The security can be assessed by creating a data structure, constructing a login page, m
This is an essential tutorial for every webmaster which helps them to find the solution for protecting certain website area from hackers with the help of PHP session login program. This tutorial allows the users to provide login section on their webs
This tutorial lets you know how to protect the contents of your website from being copied by the leach programs. It will be an ideal tool for webmasters, since their work will be protected. The source code for this is available on the website which m
This is a tutorial with which you will be taught to protect the PHP scripts on your website with the HTTP authorization. It also discusses about the method of using PHP to verify a username and password pair sent by the user. The source code is provi
This is a tutorial for the beginners and webmasters to protect their pdf files from intruders. This tutorial will guide you to authenticate the users before they access the pdf files in your secured area. The directory is protected by using .htaccess
This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.
This tutorial lets you know about the basic concepts of crypting in PHP and how to use it on your website. The programs are explained with demonstrations so that anyone can understand them with minimal effort and use them in developing their website.
This tutorial guides you to protect your files by assigning password. From this tutorial you can provide security to your files without using MySQL database. The security is provided by splitting the code into three "if else" functions.... |