Brief Summary
This course dives into PHP, covering everything from basic syntax to database integration. You'll learn to write server-side scripts, handle data, and even create your own PHP website. Perfect if you want to get into web development!
Key Points
-
Learn the basics of PHP syntax and variables.
-
Understand object-oriented programming in PHP.
-
Work with arrays and data handling methods like REQUEST, GET, and POST.
-
Integrate MySQL databases with PHP using mysqli class.
Learning Outcomes
-
Become familiar with PHP basics and syntax.
-
Understand and use PHP's object-oriented features.
-
Work effectively with arrays and data requests.
-
Integrate and communicate with MySQL databases using PHP.
About This Course
Learn Fundamental of PHP as per the Current Industry Demands.
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. We'll learn how to work with data via REQUEST, GET, and POST, and we'll also cover some important server variables exposed by PHP.
Unit 4: teaches how to integrate MySQL databases with PHP. The concentration here is on the PHP communication with MySQL using the mysqli class in an object oriented style. If you need a refresher on the MySQL, Checkout out MySQL course.
I hope you enjoy the course, and I look forward to working with you!
You will acquire knowledge of basic Functions, Arrays and many more..
You will be able to create your basic PHP website
Christopher M.
He doesn't rush through the lessons. And he explains what thus .php is doing...
so far anyway