Description
What will you learn:-
- Delve into any PHP project you can think of!
- Increase your chances of passing Zend PHP Certification by 100% (make it unavoidable!) on the topics covered.
Syllabus:-
-
How to Get the Most out of this Course
-
What is PHP?
-
What can PHP do?
-
Setting up Local PHP Development Environment Using XAMPP on Windows 7
-
A simple PHP tutorial - Introduction
-
A simple PHP tutorial - What do I need?
-
A simple PHP tutorial - Your first PHP-enabled page
-
A simple PHP tutorial - Something Useful
-
A simple PHP tutorial - Dealing with Form
-
PHP tags - FULL FREE PREVIEW
-
Escaping from HTML
-
Instruction separation
-
Comment
-
Introduction
-
Booleans
-
Integers
-
Floating point numbers
-
Strings (part 1)
-
Strings (part 2)
-
Arrays (part 1)
-
Arrays (part 2)
-
Objects
-
Resources
-
NULL
-
Callbacks / Callables
-
Pseudo-types and variables used in PHP.net manual
-
Type Juggling
-
PHP type comparison tables
-
Basics - FULL FREE PREVIEW
-
Predefined Variables
-
Variable scope
-
Variable variables
-
Variables From External Sources
-
Introduction
-
Syntax
-
Magic constants
-
Expressions
-
Operator Precedence
-
Arithmetic Operators
-
Assignment Operators
-
Bitwise Operators (part 1) - FULL FREE PREVIEW
-
Bitwise Operators (part 2)
-
Comparison Operators (part 1) - FULL FREE PREVIEW
-
Comparison Operators (part 2)
-
Error Control Operators
-
Execution Operators
-
Incrementing/Decrementing Operators
-
Logical Operators
-
String Operators
-
Array Operators
-
Type Operators
-
if - FULL FREE PREVIEW
-
else
-
elseif/else if
-
Alternative syntax for control structures
-
while
-
do-while - FULL FREE PREVIEW
-
for
-
foreach
-
break
-
continue
-
switch
-
return
-
require
-
include
-
require_once
-
include_once
-
goto
-
User-defined functions
-
Function arguments
-
Returning values
-
Variable functions
-
How to read a function definition (prototype)
-
Anonymous functions explained (part 1)
-
Anonymous functions explained (part 2)