RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial For Loops
For loop is used to run the code in the block in the specified number of times. It is pre-directed and can write using parameters. View Rating



PHP Tutorial
Tutorial Do..While Loops
The do...while statement always execute the block of code once, then check the condition, and repeat the loop until the condition is true. View Rating



PHP Tutorial
Tutorial Loops
Loops are the essential part of the program that have instructions to repeat the code itself again and again until certain conditions are met. View Rating



PHP Tutorial
Tutorial Operators; If, Else, Elseif; Loops
If, Else, Elseif are called the Conditional statements that are used for performing different actions according to different conditions. View Rating



PHP Tutorial
Tutorial PHP Arrays
Array is a special variable that allows to store more than one value including the whole bunch of variable inside a variable. View Rating



PHP Tutorial
Tutorial HTML Forms and PHP
Here we would integrate the HTML forms and PHP by creating HTML forms to collect the user input turning that input into variables, and then doing various things with the information that we just collected. View Rating



PHP Tutorial
Tutorial PHP Operators
Operators are used for performing specific tasks. The operators in PHP are same like other programming languages like Arithmetic operators, Assignment Operators, Comparison Operators, and logical operators. View Rating



PHP Tutorial
Tutorial PHP Concatenation Operator
The only one string operator in PHP is concatenation operator (.) that is used for putting two string values together; e.g. View Rating



PHP Tutorial
Tutorial Variables
Variable is an identifier used for storing the values like text strings, numbers or arrays which is stored in the system's memory and can be retrieved any time during the program. View Rating



PHP Tutorial
Tutorial First Program
Now, lets move ahead for printing the first and most simple & common example of programming "Hello World" 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.