Getting Started with PHP
The browser can understand HTML and CSS all by itself, but we’ll need a little bit more sophisticated setup to handle PHP. We’ll get familiar with what PHP code looks like and where it can run, exploring the differences between a client-side language and a server-side language. We’ll walk step by step through installing everything you’ll need to run PHP code, and we’ll end with a simple but functioning PHP script.
7 videos • 3 quizzes • 2 code challenges
-
Play
Watch
Previewing the Final Project
2 minutes 8 seconds
-
Code Challenge
Take Challenge
Code Challenge: Getting Started With PHP
1 objective
-
Play
Watch
A Simple PHP Example
1 minutes 18 seconds
-
ABC
Take Quiz
Quiz: A Simple PHP Example
3 questions
-
Play
Watch
Server-Side versus Client-Side
3 minutes 17 seconds
-
ABC
Take Quiz
Quiz: Server-Side versus Client-Side
5 questions
-
Play
Watch
Installing PHP
0 minutes 43 seconds
-
Play
Watch
Install PHP on Mac OS X
4 minutes 39 seconds
-
Play
Watch
Install PHP on Windows 7
5 minutes 33 seconds
-
ABC
Take Quiz
Quiz: Installing PHP
5 questions
-
Play
Watch
Your First PHP File
2 minutes 26 seconds
-
Code Challenge
Take Challenge
Code Challenge: Your First PHP File
1 objective
Complete the previous code challenge again, but this time add a paragraph below the headline that displays the current date in a format like this:
Today is Wednesday, October 21, 2015.