PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




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



PHP Tutorial
Tutorial PHP FORM Part-9
In this part of our tutorial, we will learn about the Do...While loop. Instead of using for or while loop, we can also use do...while loop to move the condition round. View Rating



PHP Tutorial
Tutorial PHP FORM Part-8
The construction of while loop in PHP is lot easier than the for loop function of PHP. We need to evaluate the only one condition at one time. The loop moves round till the condition is true, immediately it comes out when the condition is false. View Rating



PHP Tutorial
Tutorial PHP Change Case
In this current tutorial we will study how to change a string from normal text to all lower case text, to all upper case text and convert every first character to uppercase. View Rating



PHP Tutorial
Tutorial PHP SubString Function
In the current tutorial we will come to know about how to extract In PHP to find out a sub-string from of a string, we use substr() function. The format of this function is as follows string substr ( string $var , int $init [, int $len ] ) 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.