skillcrush

Tech Term

PHP

PHP is one of the most popular programming languages for the web.

PHP, Building web apps since 1995

PHP is one of the most popular programming languages for the web.

When you ask a web server for a page, it’s PHP’s job to create it. When you browse a Wordpress blog or make a post on Facebook, PHP is putting it all together.

If you wanted a very simple PHP page to greet you every time you looked at it, it might look something like this:

<?php
   echo “Hi there stranger!”;
?>

That would make a web page that looked like this:

Hi there stranger!

One of the reasons many people learn PHP instead of Ruby or Python is that it comes installed on pretty much every web server out there. If you happen to have a bit of web space to your name, chances are you’re able to run PHP.

A pretty typical way you’ll see people working with PHP is along with Linux (an operating system), Apache (a web server), MySQL (a database), and PHP. This kind of setup is called LAMP.

Cocktail Party Fact

PHP supposedly stands for "PHP: Hypertext Preprocessor." If you said "Hey, but that doesn't say what PHP means!" then you get the point ;).

Learn the ins and outs of the web with our daily newsletter

We explain everything from CSS to Cloud computing. It's like a daily deal for your brain!

What would you like to learn?

Pass us a note at hello@skillcrush.com.

  • Follow us on Twitter

  • Like us on Facebook

  • Follow us on Pinterest

© Skillcrush, 2012

xoxo Skillcrush Team