Duration of the online course: 6 hours and 7 minutes
4.5
(24)
Learn PHP from scratch with this beginner-friendly online course. Master web development fundamentals in PHP and enhance your IT skills for free. Enroll now!
In this free course, learn about
Getting Started with PHP
PHP Basics: Variables, Strings, Numbers and Arrays
Control Structures and Functions
Building the Ninja Pizza Project: Forms and Validation
Working with MySQL Databases in PHP
Templating, Superglobals and Query Strings
Advanced PHP Features: Null Coalescing, Files and Wrap‑Up
Course Description
The "Programming with PHP for Beginners" course offers an immersive dive into the world of PHP programming. With a duration of 6 hours and 7 minutes, this course is meticulously structured to cater to individuals who are new to PHP and eager to learn from the ground up. The course has garnered an admirable average rating of 5 stars, reflecting its high-quality content and effectiveness in teaching foundational PHP concepts.
As part of the Information Technology domain, this course specifically falls under the Web Development subcategory. This affiliation underscores its relevance for students and professionals aiming to expand their skill set in creating dynamic and interactive web applications using PHP.
Throughout this course, extensive tutorials on PHP guide learners through the basics and gradually advance to more complex topics. Each tutorial is crafted to build on the previous one, ensuring a cohesive and comprehensive learning experience. The emphasis is on practical application, allowing students to immediately implement what they've learned in real-world scenarios.
By the end of the course, participants will have a solid understanding of PHP fundamentals. They will be equipped with the knowledge needed to handle a variety of web development tasks, from simple scripts to more complex functionalities. Whether you're starting from scratch or looking to brush up on your PHP skills, this course serves as an ideal starting point.
Course content
Video class: PHP Tutorial (07m
Exercise: _What are some reasons why learning PHP is still worthwhile for developers?
Exercise: _Why is PHP still a worthwhile language to learn for web developers?
Video class: PHP Tutorial (09m
Exercise: What software is suggested for setting up a local PHP development environment?
Video class: PHP Tutorial (07m
Exercise: _What is the purpose of creating a folder inside 'htdocs' in PHP development?
Exercise: _What is the correct way to embed PHP code inside PHP tags in Sublime editor?
Video class: PHP Tutorial (07m
Exercise: What is a valid rule for naming variables in PHP?
Video class: PHP Tutorial (11m
Exercise: _What is string concatenation in PHP?
Exercise: _What is string concatenation in PHP?
Video class: PHP Tutorial (09m
Exercise: What is the outcome of the expression 2 * (4 + 9) / 3 according to BIDMAS?
Video class: PHP Tutorial (16m
Exercise: _What are the three types of arrays in PHP?
Exercise: _What are the three types of arrays in PHP?
Video class: PHP Tutorial (10m
Exercise: What is a multi-dimensional array?
Video class: PHP Tutorial (19m
Exercise: _What is a for loop in PHP?
Exercise: _What is the purpose of loops in PHP?
Video class: PHP Tutorial (12m
Exercise: In PHP, how does a boolean value display when echoed to a browser?
Video class: PHP Tutorial (12m
Exercise: _What is a conditional statement in programming?
Exercise: _What is a conditional statement in programming?
Video class: PHP Tutorial (03m
Exercise: What do the 'break' and 'continue' keywords do in PHP loops?
Video class: PHP Tutorial (12m
Exercise: _What are functions in PHP?
Exercise: _What are functions in PHP?
Video class: PHP Tutorial (08m
Exercise: What is the main characteristic of a global variable?
Video class: PHP Tutorial (05m
Exercise: _What is the difference between include and require in PHP?
Exercise: _What is the difference between include and require in PHP?
Video class: PHP Tutorial (11m
Exercise: What CSS library is used in the Ninja Pizza project?
Video class: PHP Tutorial (16m
Exercise: _What are the two methods of sending data to the server via a web form in PHP?
Exercise: _What are the two methods of sending data to the server via a web form in PHP?
Video class: PHP Tutorial (04m
Exercise: How can you protect a website from cross-site scripting attacks?
Video class: PHP Tutorial (05m
Exercise: _What is form validation in PHP?
Exercise: _What is the purpose of form validation in PHP?
Video class: PHP Tutorial (13m
Exercise: What is used to validate an email in PHP according to the script?
Video class: PHP Tutorial (10m
Exercise: _What does the author do to store the error messages and output them in the form?
Exercise: _What is the purpose of creating an errors array in the PHP code?
Video class: PHP Tutorial (05m
Video class: PHP Tutorial (05m
Exercise: _What is a relational database management system?
Exercise: _What is MySQL and how do we communicate with it from PHP files?
Video class: PHP Tutorial (07m
Video class: PHP Tutorial (05m
Exercise: _What is the method used to connect to the database in PHP?
Video class: PHP Tutorial (07m
Video class: PHP Tutorial (08m
Exercise: _What keyword is used to order the data in a specific way in PHP and how can we order it by a specific column or property?
Exercise: _What keyword is used to order the data in a specific way in MySQL and what is the name of the property that the author orders the data by in the given text?
Video class: PHP Tutorial (06m
Video class: PHP Tutorial (04m
Exercise: _What is the alternative syntax that can be used to make it easier to keep track of curly braces when using nested loops and conditional statements in PHP?
Exercise: _What is the alternative syntax that can be used instead of curly braces for loops and conditional statements in PHP?
Video class: PHP Tutorial (10m
Video class: PHP Tutorial (13m
Exercise: _What is the purpose of using a query string in the URL when linking to the details page for a pizza in the tutorial?
Exercise: _What is the purpose of the query string in the URL when clicking on the "more info" button for a pizza?
Video class: PHP Tutorial (09m
Video class: PHP Tutorial (03m
Exercise: _What does the author want to do in the lesson?
Video class: PHP Tutorial (05m
Video class: PHP Tutorial (05m
Exercise: _What are superglobals in PHP?
Exercise: _What are superglobals in PHP?
Video class: PHP Tutorial (09m
Video class: PHP Tutorial (03m
Exercise: _What is the purpose of using the null coalesce operator in PHP?
Exercise: _What is the purpose of using the null coalesce operator in PHP?
Video class: PHP Tutorial (05m
Video class: PHP Tutorial (06m
Exercise: _What is the function used to check if a file exists in PHP?
Exercise: _What function can we use to read the contents of a file in PHP?
Course comments: Programming
Jose Amandio de Almeida
Excellent