Courses » Intro To PHP » Chapter 1 » Concept 4

Intro To PHP

Chapter

  • 1

    Chapter 1

    Setting up PHP and other basics

    Estimated time: ~39 Minutes
  • 2

    Chapter 2

    This chapter will cover switches, arrays, and loops in PHP. These are all ways of creating a flow to your code. This might seem more complicated, but it will actually make it much easier to understand.

    Estimated time: ~37 Minutes
  • 3

    Chapter 3

    In this chapter, you will learn what functions are and how to create and use them. You will also learn some very useful built in PHP functions dealing with strings.

    Estimated time: ~34 Minutes
  • 4

    Chapter 4

    You will learn how to start using PHP with HTML. If you know don't know HTML, please check out our course on HTML.

    Estimated time: ~44 Minutes
  • 5

    Chapter 5

    In this chapter you will learn how to use MySQL with PHP.

    Estimated time: ~27 Minutes
  • 6

    Chapter 6

    This chapter will cover Object Oriented Programming, OOP, in PHP. Object Oriented PHP was introduced in PHP 5.0 it allows the programmer to organize and structure code in a much more concrete manner.

    Estimated time: ~37 Minutes
  • Exam

    Locked

    You must complete all chapters before taking the course exam.

Concept

  • 1

    Concept 1

    You will learn how to output data from your PHP scripts. You can use this to output simple text as you will see in the video or full html as you will learn later.

    Estimated time: ~5 Minutes
  • 2

    Concept 2

    In this concept, your will learn how to create, use, and have fun with variables.

    Estimated time: ~8 Minutes
  • 3

    Concept 3

    You can use "if" statements to put decisions in your code to allow multiple outputs depending on different variables.

    Estimated time: ~8 Minutes
  • 4

    Concept 4

    This concept teaches ways to expand the logic of your "if" statements through the use of of more complex comparison operators.

    Estimated time: ~6 Minutes
  • 5

    Concept 5

    Learn to use AND, OR, and NOT for those times when you want your code's logic to use multiple comparisons within the same if statement.

    Estimated time: ~10 Minutes
  • Test

    Chapter 1 Test

    Take the chapter 1 test and unlock the PHP Basics badge.


Concept 4: Comparison Operators

This concept teaches ways to expand the logic of your "if" statements through the use of of more complex comparison operators.

edit

You are making progress towards completing chapter 1 and unlocking the PHP Basics Badge

This badge is worth: 50 Points

For this concept you will only be watching a portion of the video: - .

Ask a Question

Send me an email when someone posts a reply

Questions & Answers

No one has said anything yet!
Start the discussion by asking a question.

Quiz Questions

Concept 4: Comparison Operators