PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




PHP Tutorial
Tutorial PHP AJAX Introduction
In this current tutorial we will study how to integrate a simple PHP file with AJAX, how to put some AJAX affect in a PHP file. In AJAX JavaScript can directly communicate with the web server with the help of XMLHttpRequest object and without reloading the page, this makes AJAX more attractive and effective. View Rating



PHP Tutorial
Tutorial PHP Sort Array
In this tutorial you will come to know about the php array. Sometimes we need to store data in a single entity called Array, unlike in other language in PHP, an array can store values of different datatype. In the following examples we will learn how to create array, associative array, how to sort values of an array, and how to sort the keys of an associative arrays are given. View Rating



PHP Tutorial
Tutorial PHP Constant
In this tutorial you will come to know about constant in php, . You can store any kind of value which is not intend to change like mathematical constants like value of pi, paths to files etc. View Rating



PHP Tutorial
Tutorial PHP Variable Server
This tutorial will explain the $_SERVER variable of PHP. $_SERVER is an array which is used to display the server and environment related information. It contains information such as headers, paths, and script locations. The entries in this array are created by the server. Various examples will help you to understand the similarity as well as the differences of methods. View Rating



PHP Tutorial
Tutorial PHP Encryption
This tutorial will explain the various ways to encrypt data. When we develop a web-site application then at first we need to develop few preliminary web pages like registration, login etc. It is always been suggested to store the passwords in encrypted form. In the current tutorial we will explain the same. Various examples will help you to understand the similarity as well as the differences of methods. View Rating



PHP Tutorial
Tutorial PHP HTML Form Submit Button
The another part which is important to covered that is HTML Form Submit button. If you are following all the previous parts of the tutorial then our Html form has covered the action and method attribute. So, here we are going to implement these attributes into our form, in which user has entered the information into a text box. View Rating



PHP Tutorial
Tutorial PHP HTML Form Method Attribute
The second attribute in the form tag is Method. With the help of Method attribute, we can tell the browser that how the form information should be sent. Let's see how we used in our form : View Rating



PHP Tutorial
Tutorial PHP Form Part-2
The action attribute is very important when you will make a website. The attribute action tells that " where do you want the form sent?". If you will not mention the action attribute in your form then your form information will not get anywhere and you will lost the information. View Rating



PHP Tutorial
Tutorial PHP Form Part-1
In this tutorial, we will learn how to deal with Html Form, JavaScript Validation, MySQL Database and PHP Scripts. We divided this tutorial into several parts, so we can explain you one by one. View Rating



PHP Tutorial
Tutorial How to become a PHP Developer?
Learn how you can become a PHP developer in easy to follow steps. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.