HOME > Development > PHP – Conditional Statements - Loops - Functions - Arrays

PHP – Conditional Statements - Loops - Functions - Arrays

  • Development
  • Feb 26, 2025
SynopsisPHP – Conditional Statements | Loops | Functions | Arrays,...
PHP – Conditional Statements - Loops Functions Arrays  No.1

PHP – Conditional Statements | Loops | Functions | Arrays, available at $44.99, has an average rating of 4, with 26 lectures, based on 1 reviews, and has 478 subscribers.

You will learn about Setup PHP Development Environment Create Conditional statements Create functions Create Arrays Create Loops This course is ideal for individuals who are Beginners to PHP It is particularly useful for Beginners to PHP.

Enroll now: PHP – Conditional Statements | Loops | Functions | Arrays

Summary

Title: PHP – Conditional Statements | Loops | Functions | Arrays

Price: $44.99

Average Rating: 4

Number of Lectures: 26

Number of Published Lectures: 26

Number of Curriculum Items: 26

Number of Published Curriculum Objects: 26

Original Price: $24.99

Quality Status: approved

Status: Live

What You Will Learn

  • Setup PHP Development Environment
  • Create Conditional statements
  • Create functions
  • Create Arrays
  • Create Loops
  • Who Should Attend

  • Beginners to PHP
  • Target Audiences

  • Beginners to PHP
  • Very often when you write code, you want to perform different actions for different conditions. You can use conditional statements in your code to do this.

    In PHP we have the following conditional statements:

  • if statement – executes some code if one condition is true

  • ifelse statement – executes some code if a condition is true and another code if that condition is false

  • ifelseifelse statement – executes different codes for more than two conditions

  • switch statement – selects one of many blocks of code to be executed.

  • The real power of PHP comes from its functions.

  • PHP has more than 1000 built-in functions, and in addition you can create your own custom functions.

  • A function is a block of statements that can be used repeatedly in a program.

  • A function will not execute automatically when a page loads.

  • A function will be executed by a call to the function.

  • An array stores multiple values in one single variable:

    Often when you write code, you want the same block of code to run over and over again a certain number of times. So, instead of adding several almost equal code-lines in a script, we can use loops.

  • Loops are used to execute the same block of code again and again, as long as a certain condition is true.

  • In PHP, we have the following loop types:

  • while – loops through a block of code as long as the specified condition is true

  • dowhile – loops through a block of code once, and then repeats the loop as long as the specified condition is true

  • for – loops through a block of code a specified number of times

  • foreach – loops through a block of code for each element in an array

  • Course Curriculum

    Chapter 1: PHP Setup

    Lecture 1: Overview of PHP Conditional Statements, Loops, Functions, Arrays

    Lecture 2: Introduction

    Lecture 3: What is PHP

    Lecture 4: Setting up PHP

    Lecture 5: Xampp tour

    Lecture 6: PHP Data Types

    Lecture 7: Note on Text Editors

    Chapter 2: PHP Conditional Statements

    Lecture 1: Introduction to conditional statements

    Lecture 2: PHP IF Statements

    Lecture 3: PHP IF ELSE Statements

    Lecture 4: PHP IF ELSEIF ELSE Statements

    Lecture 5: PHP Switch Statements

    Chapter 3: PHP Loops

    Lecture 1: Introduction to Loops

    Lecture 2: PHP While Loops

    Lecture 3: PHP DO While Loops

    Lecture 4: PHP For Loops

    Lecture 5: PHP For Each Loop

    Chapter 4: PHP Functions

    Lecture 1: Introduction to PHP Functions

    Lecture 2: PHP Function Arguments

    Lecture 3: PHP Returning Functions Arguments

    Lecture 4: PHP String Functions: Part 1

    Lecture 5: PHP String functions : Part 2

    Chapter 5: PHP Arrays

    Lecture 1: Introduction to Arrays

    Lecture 2: PHP Indexed Arrays

    Lecture 3: PHP Associative Arrays

    Lecture 4: PHP Multidimensional Arrays

    Instructors

  • PHP – Conditional Statements - Loops Functions Arrays  No.2
    Bluelime Learning Solutions
    Making Learning Simple
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 1 votes
  • 5 stars: 0 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!