- Setting Up the Project 3:31
- Using PHP Code on Our Site 3:09
- A Simple PHP Example 1 objective
- Including the Header 5:32
- Including the Footer and Adding Additional Pages 3:19
- Basic PHP and Including Files 5 questions
- Using Variables for the Title Tag 3:24
- Working with _GET Variables 5:10
- Variables and Conditionals 6 questions
- Adding Active States to the Navigation 4:29
- Variables and Conditionals 3 objectives
Quiz Question 1 of 6
What pair of punctuation marks should surround the condition to be checked in a PHP if statement, replacing the question marks in the code below?
if ?$hour < 12? { echo "Good morning!"; }
Choose the correct answer below: