Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Security and Sessions in PHP
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
How to protect PDF files using PHP
Security and Sessions in PHP
Crypt and User Validation
Dealing with special characters 1.0
.htaccess Password Protection
Protect Your Website From Leach Programs
Protecting PHP Scripts with HTTP Authorization
PHP > Tips and Tutorials > Security
Source List

Code 1-7 of 7   


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





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



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



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



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



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