PHP Online Training
Posted 05-04-2008 at 10:53 PM by GeekInterview.com
Please find PHP step by step online training tutorials.
<a href="http://www.exforsys.com/tutorials/php.html" target="_blank">PHP Tutorials</a>
<a href="http://www.exforsys.com/tutorials/php/php-introduction.html" target="_blank">PHP Introduction</a>
PHP Tutorial - Introduction In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What's PHP? What's the difference between PHP and HTML? When to use PHP?
<a href="http://www.exforsys.com/tutorials/php/php-installation.html" target="_blank">PHP Installation</a>
PHP Tutorial - Installation In this tutorial you will learn about PHP - Installation steps involved in Installing Apache server, Installing PHP 4 and Installing PHP 5.
<a href="http://www.exforsys.com/tutorials/php/php-syntax.html" target="_blank">PHP Syntax</a>
PHP Tutorial - Syntax In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments
<a href="http://www.exforsys.com/tutorials/php/php-tutorials-data-types.html" target="_blank">PHP Data Types</a>
Data Types In this PHP Tutorial you will learn about PHP Data Types viz. Numeric values, String values, Boolean values, Arrays, Objects and NULL.
<a href="http://www.exforsys.com/tutorials/php/php-operators-part-1.html" target="_blank">PHP Operators (Part I)</a>
Operators (Part I) In this PHP Tutorial you will learn 1st Part of Operators - The assignment operator, The arithmetic operators, Bitwise operators - AND (&), OR (|), XOR (^), NOT (~) and Error control operator
<a href="http://www.exforsys.com/tutorials/php/php-variables.html" target="_blank">PHP Variables</a>
Variables In this PHP Tutorial you will learn about Variables, different types of Variables like Identifiers, Variables, Statements and Constants.
<a href="http://www.exforsys.com/tutorials/php/php-operators.html" target="_blank">PHP Operators</a>
Operators In this PHP Tutorial you will learn about Operators - String concatenation operator, Comparison operators, Logical operators, Type casting, Combined assignment operator, Operators precedence and Operators precedence order.
<a href="http://www.exforsys.com/tutorials/php/php-conditional-statements.html" target="_blank">PHP Conditional Statements</a>
Conditional Statements In this PHP Tutorials you will learn about Conditional Statements - if statement, if-else statement, Alternative if-else statement and switch statement.
<a href="http://www.exforsys.com/tutorials/php/php-functions-part-1.html" target="_blank">PHP Functions (Part I)</a>
Functions (Part I) In this PHP Tutorial you will learn about PHP Functions - Part 1, Function syntax, example, parameters and variable scope
<a href="http://www.exforsys.com/tutorials/php/php-loops.html" target="_blank">PHP Loops</a>
Loops In this PHP Tutorial you will learn about Loops - while loop, do-while loop and the for loop along with syntax and sample PHP loop codes.
<a href="http://www.exforsys.com/tutorials/php/php-functions-part-2.html" target="_blank">PHP Functions (Part-2)</a>
Functions (Part-2) In this PHP Tutorial 2nd Part of PHP Functions you will learn about Variable parameters - func_num_args(), func_get_args(), func_get_arg($arg_num), Variable variables and variable functions, Some useful functions - phpinfo() and header()
<a href="http://www.exforsys.com/tutorials/php/php-strings-part-1.html" target="_blank">PHP Strings (Part I)</a>
Strings (Part I) In this PHP Tutorial you will learn about Strings viz The heredoc syntax, String length, String position, Strings comparison, String search and Substring selection
<a href="http://www.exforsys.com/tutorials/php/php-strings-part-2.html" target="_blank">PHP Strings (Part 2)</a>
PHP Tutorials : Strings (Part 2) In this PHP Tutorial you will learn about Strings (2nd Part) - String cleanup, String replacement, Case functions, String formatting and A list of the available type specifiers.
<a href="http://www.exforsys.com/tutorials/php/php-regular-expressions.html" target="_blank">PHP Regular expressions</a>
Regular expressions In this PHP Tutorials you will learn about Regular Expressions viz Basic PCRE Syntax, Character classes, preg_match(), preg_match() and Extracting data with regular expressions.
<a href="http://www.exforsys.com/tutorials/php/php-arrays.html" target="_blank">PHP Arrays</a>
PHP Tutorials : Arrays In this PHP Tutorial you will learn about Array basics, Creating an array, Creating a numeric array and Finding the Size of an Array.
<a href="http://www.exforsys.com/tutorials/php/php-arrays-part1.html" target="_blank">PHP Arrays (Part 2)</a>
Arrays (Part 2) In this PHP Tutorial you will learn Arrays (Part 2) - Looping with foreach( ), Sorting arrays and Using Multidimensional Arrays.
<a href="http://www.exforsys.com/tutorials/php/php-file-manipulation-part-1.html" target="_blank">PHP File manipulation (Part 1) </a>
PHP Tutorials – File manipulation (Part 1) In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.
<a href="http://www.exforsys.com/tutorials/php/php-file-manipulation-part-2.html" target="_blank">PHP File manipulation (Part-2)</a>
File manipulation (Part-2) In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
<a href="http://www.exforsys.com/tutorials/php/php-forms.html" target="_blank">PHP Forms</a>
Forms In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.
<a href="http://www.exforsys.com/tutorials/php/php-tutorial-php-mysql.html" target="_blank">PHP & MySQL</a>
PHP & MySQL In this PHP Tutorial you will learn about PHP and MySQL - Connecting to MySQL, Closing a connection, Selecting a database, Executing a query, Inserting data and Retrieving data.
<a href="http://www.exforsys.com/tutorials/php.html" target="_blank">PHP Tutorials</a>
<a href="http://www.exforsys.com/tutorials/php/php-introduction.html" target="_blank">PHP Introduction</a>
PHP Tutorial - Introduction In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What's PHP? What's the difference between PHP and HTML? When to use PHP?
<a href="http://www.exforsys.com/tutorials/php/php-installation.html" target="_blank">PHP Installation</a>
PHP Tutorial - Installation In this tutorial you will learn about PHP - Installation steps involved in Installing Apache server, Installing PHP 4 and Installing PHP 5.
<a href="http://www.exforsys.com/tutorials/php/php-syntax.html" target="_blank">PHP Syntax</a>
PHP Tutorial - Syntax In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments
<a href="http://www.exforsys.com/tutorials/php/php-tutorials-data-types.html" target="_blank">PHP Data Types</a>
Data Types In this PHP Tutorial you will learn about PHP Data Types viz. Numeric values, String values, Boolean values, Arrays, Objects and NULL.
<a href="http://www.exforsys.com/tutorials/php/php-operators-part-1.html" target="_blank">PHP Operators (Part I)</a>
Operators (Part I) In this PHP Tutorial you will learn 1st Part of Operators - The assignment operator, The arithmetic operators, Bitwise operators - AND (&), OR (|), XOR (^), NOT (~) and Error control operator
<a href="http://www.exforsys.com/tutorials/php/php-variables.html" target="_blank">PHP Variables</a>
Variables In this PHP Tutorial you will learn about Variables, different types of Variables like Identifiers, Variables, Statements and Constants.
<a href="http://www.exforsys.com/tutorials/php/php-operators.html" target="_blank">PHP Operators</a>
Operators In this PHP Tutorial you will learn about Operators - String concatenation operator, Comparison operators, Logical operators, Type casting, Combined assignment operator, Operators precedence and Operators precedence order.
<a href="http://www.exforsys.com/tutorials/php/php-conditional-statements.html" target="_blank">PHP Conditional Statements</a>
Conditional Statements In this PHP Tutorials you will learn about Conditional Statements - if statement, if-else statement, Alternative if-else statement and switch statement.
<a href="http://www.exforsys.com/tutorials/php/php-functions-part-1.html" target="_blank">PHP Functions (Part I)</a>
Functions (Part I) In this PHP Tutorial you will learn about PHP Functions - Part 1, Function syntax, example, parameters and variable scope
<a href="http://www.exforsys.com/tutorials/php/php-loops.html" target="_blank">PHP Loops</a>
Loops In this PHP Tutorial you will learn about Loops - while loop, do-while loop and the for loop along with syntax and sample PHP loop codes.
<a href="http://www.exforsys.com/tutorials/php/php-functions-part-2.html" target="_blank">PHP Functions (Part-2)</a>
Functions (Part-2) In this PHP Tutorial 2nd Part of PHP Functions you will learn about Variable parameters - func_num_args(), func_get_args(), func_get_arg($arg_num), Variable variables and variable functions, Some useful functions - phpinfo() and header()
<a href="http://www.exforsys.com/tutorials/php/php-strings-part-1.html" target="_blank">PHP Strings (Part I)</a>
Strings (Part I) In this PHP Tutorial you will learn about Strings viz The heredoc syntax, String length, String position, Strings comparison, String search and Substring selection
<a href="http://www.exforsys.com/tutorials/php/php-strings-part-2.html" target="_blank">PHP Strings (Part 2)</a>
PHP Tutorials : Strings (Part 2) In this PHP Tutorial you will learn about Strings (2nd Part) - String cleanup, String replacement, Case functions, String formatting and A list of the available type specifiers.
<a href="http://www.exforsys.com/tutorials/php/php-regular-expressions.html" target="_blank">PHP Regular expressions</a>
Regular expressions In this PHP Tutorials you will learn about Regular Expressions viz Basic PCRE Syntax, Character classes, preg_match(), preg_match() and Extracting data with regular expressions.
<a href="http://www.exforsys.com/tutorials/php/php-arrays.html" target="_blank">PHP Arrays</a>
PHP Tutorials : Arrays In this PHP Tutorial you will learn about Array basics, Creating an array, Creating a numeric array and Finding the Size of an Array.
<a href="http://www.exforsys.com/tutorials/php/php-arrays-part1.html" target="_blank">PHP Arrays (Part 2)</a>
Arrays (Part 2) In this PHP Tutorial you will learn Arrays (Part 2) - Looping with foreach( ), Sorting arrays and Using Multidimensional Arrays.
<a href="http://www.exforsys.com/tutorials/php/php-file-manipulation-part-1.html" target="_blank">PHP File manipulation (Part 1) </a>
PHP Tutorials – File manipulation (Part 1) In the PHP Tutorial You will learn about File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.
<a href="http://www.exforsys.com/tutorials/php/php-file-manipulation-part-2.html" target="_blank">PHP File manipulation (Part-2)</a>
File manipulation (Part-2) In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.
<a href="http://www.exforsys.com/tutorials/php/php-forms.html" target="_blank">PHP Forms</a>
Forms In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.
<a href="http://www.exforsys.com/tutorials/php/php-tutorial-php-mysql.html" target="_blank">PHP & MySQL</a>
PHP & MySQL In this PHP Tutorial you will learn about PHP and MySQL - Connecting to MySQL, Closing a connection, Selecting a database, Executing a query, Inserting data and Retrieving data.








