PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




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



PHP Tutorial
Tutorial Basic Syntax
For generating a PHP file, the developer has to create a file name using .php extension. This file seems like HTML file and saves as a plain text. View Rating



PHP Tutorial
Tutorial PHP Steps
First of all, before stepping ahead towards your first baby coding, lets check the developing environment of your system first. View Rating



PHP Tutorial
Tutorial What is a PHP File?
A PHP file includes PHP code, functions, text HTML tags and scripts that can process online forms, get the date and time, or access information from a database, such as MySQL database View Rating



PHP Tutorial
Tutorial PHP Introduction
PHP is a popular scripting language like ASP of Microsoft Corp. primarily used for developing dynamic web pages and data execution from the databases 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.