File Inclusion In PHP

File inclusion in the PHP is one of the most usefull function, by which you can include the content of a PHP file into another PHP file before it is executed by the server. With file inclusion you can create the header,footer,left sidebar,right sidebar and includes all these into

Difference between PHP Session and Cookies

In my previous post I have described regarding the PHP Session and PHP Cookies,here In this post I am trying to define the main differences between the Session and Cookies. The differences are given below point wise:

Cookies In PHP

Cookies are invented to allow the webmasters to store the user information on the user's system, basically it is the concept to store the user name and password on the user's machine so that there is no need to logged in (filling the User name and Password), every time

Session In PHP

Suppose you are working on the PHP application and you want to store the user information for the future use, Here we use the Session, Session is used to store the user information on the server for the future use. However this storage is temporary type and it is

GET and POST Methods In PHP

In PHP there is the two main important method is used to send the form data these methods are the 1. The GET Method 2. The POST Method

Password Encryption using md5() function In PHP

Suppose you are developing a login module with the user name and password and want to save the password into the database in the encrypted format, so that the login is more secure from the hackers. In this post I am trying to describe the password encription by using

Login module script In PHP

Suppose you want to develop a login module in PHP,login module script in PHP is very important. In this post I am trying to describe how to create a login module in PHP and mysql. It is very easy you can develop it through the steps given below

Create Database, Tables by using the phpMyAdmin

PHP WAMP is a compact pack of the Window,Apache,MySql and PHP, when you install the WAMP then by default it installs the phpMyAdmin tool as well. phpMyAdmin is a tool by which you can manage the MySQL databases,tabes and it provides the interface so that you can do the