In
in
and
The
the
to
5
a
of
ll
• Archive: PHP is an object oriented general purpose language suitable for a wide variety of tasks.
• In this course, we'll learn how to use PHP as a server-side scripting language for use in web development.The course consists of four units:Unit 1: covers basic syntax, variables, and language features such as loops and decision constructs.
• We'll also learn how to download and install PHP as a part of the XAMPP distribution so it can be used in the context of a web server running on your local computer.Unit 2: PHP's object oriented features will be learned, along with basic function syntax and scoping rules.
• We'll also talk about some useful string functions.Unit 3: Associative arrays will be discussed in Unit 3.
• Arrays are the key to understanding the mechanism of sending and receiving data via the request mechanism in PHP.