PHP Tutorial

PHP 5 Tutorial

13:11
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and...
PHP 5 Tutorial PHP 5 Tutorial Reviewed by webmission on 13:11 Rating: 5

PHP 5 Introduction

13:10
PHP scripts are executed on the server. What You Should Already Know Before you continue you should have a basic understanding of the...
PHP 5 Introduction PHP 5 Introduction Reviewed by webmission on 13:10 Rating: 5

PHP 5 Installation

13:09
What Do I Need? To start using PHP, you can: Find a web host with PHP and MySQL support Install a web server on your own PC, and then...
PHP 5 Installation PHP 5 Installation Reviewed by webmission on 13:09 Rating: 5

PHP 5 Syntax

13:08
A PHP script is executed on the server, and the plain HTML result is sent back to the browser.
PHP 5 Syntax PHP 5 Syntax Reviewed by webmission on 13:08 Rating: 5

PHP 5 Variables

13:06
Variables are "containers" for storing information. Creating (Declaring) PHP Variables In PHP, a variable starts with the $...
PHP 5 Variables PHP 5 Variables Reviewed by webmission on 13:06 Rating: 5
PHP 5 echo and print Statements PHP 5 echo and print Statements Reviewed by webmission on 13:03 Rating: 5

PHP 5 Data Types

13:02
PHP Data Types Variables can store data of different types, and different data types can do different things.
PHP 5 Data Types PHP 5 Data Types Reviewed by webmission on 13:02 Rating: 5

PHP 5 Strings

13:00
A string is a sequence of characters, like "Hello world!". PHP String Functions In this chapter we will look at some common...
PHP 5 Strings PHP 5 Strings Reviewed by webmission on 13:00 Rating: 5
PHP 5 Constants PHP 5 Constants Reviewed by webmission on 12:58 Rating: 5

PHP 5 Operators

12:56
PHP Operators Operators are used to perform operations on variables and values. PHP divides the operators in the following groups: A...
PHP 5 Operators PHP 5 Operators Reviewed by webmission on 12:56 Rating: 5
PHP 5 if...else...elseif Statements PHP 5 if...else...elseif Statements Reviewed by webmission on 12:54 Rating: 5

PHP 5 switch Statement

12:52
The  switch  statement is used to perform different actions based on different conditions. The PHP switch Statement Use the  switch  ...
PHP 5 switch Statement PHP 5 switch Statement Reviewed by webmission on 12:52 Rating: 5

PHP 5 while Loops

12:51
PHP while loops execute a block of code while the specified condition is true. PHP Loops Often when you write code, you want the same...
PHP 5 while Loops PHP 5 while Loops Reviewed by webmission on 12:51 Rating: 5

PHP 5 for Loops

12:49
PHP  for  loops execute a block of code a specified number of times. The PHP for Loop The  for  loop is used when you know in advance...
PHP 5 for Loops PHP 5 for Loops Reviewed by webmission on 12:49 Rating: 5
PHP 5 Functions PHP 5 Functions Reviewed by webmission on 12:48 Rating: 5
PHP 5 Arrays PHP 5 Arrays Reviewed by webmission on 12:46 Rating: 5
PHP 5 Sorting Arrays PHP 5 Sorting Arrays Reviewed by webmission on 12:44 Rating: 5
PHP 5 Global Variables - Superglobals PHP 5 Global Variables - Superglobals Reviewed by webmission on 12:41 Rating: 5
Powered by Blogger.