You are on page 1of 1

INTRODUCTION TO PHP COURSE OUTLINE SESSION 1 MAIN TOPIC Introduction to PHP AREAS What is PHP PHP file Why

Why PHP? Where to Start(installation) Basic PHP Syntax Comments in PHP 4 Strings 6 If Statement Rules for PHP variable names: Creating (Declaring) PHP Variables PHP Variable Scope String Variables in PHP The Concatenation Operator The strlen() function The strpos() function Arithmetic Operators Assignment Operators Incrementing/Decrementing Operators Comparison Operators Logical Operators The if Statement The if...else Statement Syntax While For Built-in User defined Form handling(action,method ) Get Method Post Method $_GET variable $_POST variable

Syntax

Variables

Operators

7 8 9 10

Switch Statement Loops Functions Forms

BY SAMUEL ONYACH <onyachsamuel@yahoo.com>

You might also like