PHP – what is it?

PHP Is a server-side programming language that brings your site to life. It is used for an array of things like building forms, dynamically pulling content, and building forums like facebook.

I use PHP to build all my websites.

Basically:

  1. PHP is a programming language some guy wrote.
  2. Me (the web developer) writes a file in the language and connects it to a database with another code
  3. The Database stores the information **** By the way, sometimes a database is just a file in your website, I’m just trying to teach you how it works ****
  4. PHP talks to the database and gets the info
  5. PHP sends the info to either the Internet (web server)  or mail server (the thing that sends you email. [not gmail, that’s your client]

I spent WAY too long building this little number. Obviously it has to be spectacular so you can learn.

PHP Diagram

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *