Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Protect Your Website From Leach Programs
Protecting PHP Scripts with HTTP Authorization
Dealing with special characters 1.0
Crypt and User Validation
.htaccess Password Protection
Top Code
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-5 of 5   


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