0% found this document useful (0 votes)
22 views

Introduction To PHP

The document outlines the topics that will be covered in an introduction to PHP course during session 1. These include an overview of what PHP is and how to install and use basic syntax. It also covers how to work with variables, operators, control structures like if/else statements and loops, functions, and forms.

Uploaded by

bd87gl
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Introduction To PHP

The document outlines the topics that will be covered in an introduction to PHP course during session 1. These include an overview of what PHP is and how to install and use basic syntax. It also covers how to work with variables, operators, control structures like if/else statements and loops, functions, and forms.

Uploaded by

bd87gl
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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 <[email protected]>

You might also like