PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




PHP Tutorial
Tutorial PHP Variables and Strings
We use variables to store values and we use string variables to store the values that includes the characters. View Rating



PHP Tutorial
Tutorial PHP Variables Using Arithmetic Operators
We already learn about how to create variables and store data or information in it. Now we will learn how mathematics can be done through variables. There are many operator to perform all these function. View Rating



PHP Tutorial
Tutorial PHP Variables and Includes
Suppose, we are making a project and the project is big enough that all the work cannot be done in one file or application and it will be complicated. So, i suggest you to divide your project into different files. View Rating



PHP Tutorial
Tutorial PHP Variables Across Files
We know how Variables and Cookies are important to take information from one page to another but it also involves so many drawbacks. Like, cookie can't store the specific variable information on the user's computer or variables can't take information to every new page. For this reason we use PHP session variable. View Rating



PHP Tutorial
Tutorial php Variables and Functions
Most of the beginners always think, why we create functions and how does it help to the program? We create functions to make the program easier and smaller. View Rating



PHP Tutorial
Tutorial PHP Array Variables
An array is a storage area of multiple values. Where you can add or remove multiple values with the help of array. In simple variable we can store only value at one time but in array variable we can store multiple values. View Rating



PHP Tutorial
Tutorial PHP Variable Across Pages
PHP provides various techniques to do so, there are many pre-defined variables are used to pass values from one page to another, like $_GET[], $_POST[] etc, these variables store the information. View Rating



PHP Tutorial
Tutorial PHP variables
A variable is like a container which stores a value which can be modified further. In this current tutorial we will study declaration, types and use of variables in PHP. View Rating



PHP Tutorial
Tutorial PHP GD get gd information
This example shows how to get gd information Using php gd Library. View Rating



PHP Tutorial
Tutorial PHP GD watermark on Images
This example shows how Add to watermark image in php gd. 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.