Setting up PHP and other basics
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.
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.
You will learn how to start using PHP with HTML. If you know don't know HTML, please check out our course on HTML.
In this chapter you will learn how to use MySQL with PHP.
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.
You must complete all chapters before taking the course exam.
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.
In this concept, your will learn how to create, use, and have fun with variables.
You can use "if" statements to put decisions in your code to allow multiple outputs depending on different variables.
This concept teaches ways to expand the logic of your "if" statements through the use of of more complex comparison operators.
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.
Take the chapter 1 test and unlock the PHP Basics badge.
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
No one has said anything yet!
Start the discussion by asking a question.