Dreamweaver 8 training plus Easy Dreamweaver course
Learn HTML easily and fast with step by step interactive training.
PHP 6 Tutorial
Objective: First of all, you will learn how to install and setup PHP environment so you can run your first script. You will be able to understand the PHP statements and commands in just a few hours with our unique training method. Sample files are included for you to understand the code.
CHAPTER 1 Getting Started with PHP and AppServ
- PHP 6 and its Advantages
- Apache Server
- My SQL database
- Build Apache + PHP + MySQL under windows
- APPSERV installation
- Web page detection
CHAPTER 2 Writing your First Script
- Basic PHP syntax
- PHP statements
- PHP error messages
- echo in PHP
- PHP and HTML
- .PHPS files
- escape symbols
- PHP Information page
CHATER 3 Variables and Constants
- Upper case and lower case usage
- Statements and semicolons
- White spaces
- Constants and their syntax
- Variable names
- Function names
- Class names
- Types of data : Integer, Float, String, Boolean, Array, Object, Resource, and Null
- Expressions and operators
- Number of operands
- Priority of operators
- Variables and variable variables
- Super Global
- Similarities and differences between constants and variables
CHAPTER 4 String
- String constants
- variable interpolation
- Single quotes strings
- Double quotes strings
- HEREDOC strings
- Printing strings
- Accessing single characters
- String trim
- Encoding, decoding and escape characters
- String searching operations
- Regular expressions
CHAPTER 5 Arrays
- Indexed Array and Associative Array
- Array Creation & Array Identification
- Array Elements Processing
- Multidimensional Arrays
- Extracting Array Elements Value
- Conversion between Arrays and Variables
- Array Sort ing
- Array search ing
CHAPTER 6 Objects-Oriented Programming
- OOP Basics
- Define “ Class ”
- Create “Objects “
- Create Objects Initial Value
- Methods of Class
- Data Encapsulation
- Data Inheritance
- Data Polymorphism
- Class Inspection
- Object Inspection
- Object Serialization
CHAPTER 7 Forms, Cookies and Sessions
- Variables
- Server Information
- Form Processing
- Set Response Header
- Cookies
- Sessions
CHAPTER 8 Flow Control
- IF Construct
- SWITCH Function
- WHILE Loop
- FOR Loop
- FOREACH Loop
- EXIT Command
CHAPTER 9 Functions
- Function Introduction
- Function Call
- Function Definition
- Function Parameters (Passed by Value, Passed by Reference);
- Valid Variable Range (Global Variables, Static Variables);
- Default Parameter
- Changeable Parameter Number
- Return Value
- Variable Function
- Anonymous Function
CHAPTER 9A Unicode (new)
- Release of PHP 6
- Implementation of Unicode
- Write a concise and interesting paragraph here that explains what this course is about