Getting Started with PHP

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.

Extra Credit

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.