RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial PHP Comparison Objects
In this current tutorial we will study about the various ways of comparing two objects. There are several ways are provided in PHP to compare two objects of class (same or different)like ==,=== etc operators are present to compare two objects. View Rating



PHP Tutorial
Tutorial PHP Object Reference
In this current tutorial we will study about what is object and what is reference? how to create object in PHP, how to give reference to another object etc. In PHP a reference is an alias and an object variable does not contain the object rather it contains the identifier and it allows to access the actual object. View Rating



PHP Tutorial
Tutorial PHP Final Keyword
In this current tutorial we will study about final keyword, final keyword helps us to put some constraint on classes and it's methods. Using final keyword a class can not be inherited and a method can not be overridden. View Rating



PHP Tutorial
Tutorial PHP OOP Namespace
The term namespace is very much common in OOP based language, basically it is a collection of classes, objects and functions. Namespace is one of the major change in PHP 5.3.0. Naming collision of classes, functions and variables can be avoided. View Rating



PHP Tutorial
Tutorial PHP Observer Method
In this pattern one object make itself observable and other objects observed it. The object which is observed is called subject. When the observable object changes it passes some message to the observer and the observer uses those message according to their need.. View Rating



PHP Tutorial
Tutorial PHP Form Part-13
In the previous tutorial, we got the enough knowledge how to assign the values in an array. But the question is raise that how to get those values? There are several ways to get those values in the browser.  View Rating



PHP Tutorial
Tutorial PHP FormPart-12
Method Two ? Assign values to an array: There is also another mode to assign values into an array. Such as : View Rating



PHP Tutorial
Tutorial PHP Form Part-11
Method One ? Value between the round brackets: In the first method, putting the values in between the parenthesis or array. Here, we are going to give the name to the array is $days. Between the parenthesis array() we have to put our values between the double codes and separated by the comma. View Rating



PHP Tutorial
Tutorial PHP String Length
In this current tutorial we will study how to get the length of a string using strlen() function. Examples will help you to learn this in depth. View Rating



PHP Tutorial
Tutorial PHP FORM Part-10
An array is a storage area of multiple values in PHP Program. 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
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     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.