Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Writing Secure PHP Code
Security and Sessions in PHP
Protect areas of your web site with using PHP sessions login script
Protect Your Website From Leach Programs
Protecting PHP Scripts with HTTP Authorization
How to protect PDF files using PHP
Dealing with special characters 1.0
Crypt and User Validation
.htaccess Password Protection
Top Code
.htaccess Password Protection
Crypt and User Validation
Dealing with special characters 1.0
How to protect PDF files using PHP
Protect areas of your web site with using PHP sessions login script
Protect Your Website From Leach Programs
Protecting PHP Scripts with HTTP Authorization
Security and Sessions in PHP
Writing Secure PHP Code
PHP > Tips and Tutorials > Security
Source List

Code 1-9 of 9   


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