Why and how does WordPress use PHP?
Lab: PHP 101: Gentle Introduction to WordPress Programming
Video Runtime: 07:33
Let’s talk about why and how does WordPress use PHP. Why does it use it? Because it’s a solid programming language for web development. It’s very popular and prevalent and powers the majority of websites.
WordPress uses PHP to do all of its processing including figuring out what the URL’s web request is, what to go grab from the database, what files to load and when, validating user permissions, checking options, fetching post metadata, calling plugins, and calling the theme. It uses it to process form fields, image and document uploads, and so much more.
It uses it to build the web page and each of its components including inserting of the dynamic content from the database. For both the back end and front end, WordPress uses PHP to build the web page and interface. It calls the HTML views and then embeds the specified content into it.
It uses PHP to render the web page out to the browser.
If you listen carefully, you can hear the 1s and 0s flowing in your computer.
Episodes
Total Lab Runtime: 03:21:32
- 1 Lab Introductionfree 11:37
- 2 What is PHP? Why use it?free 17:49
- 3 Why and how does WordPress use PHP?free 07:33
- 4 Syntax Basicsfree 18:34
- 5 What's the deal with Variables?free 27:05
- 6 Break Up Code into Logical Partsfree 07:55
- 7 Subroutines - Behold the functionfree 14:11
- 8 Loading Files to Runfree 13:20
- 9 To Run or Not to Run - Making Decisionsfree 19:07
- 10 Sequencing - Yup, code runs in orderfree 06:16
- 11 Repeating code using Loopsfree 13:57
- 12 Building Strings with Dots and Variablesfree 15:10
- 13 What's the deal with scope?free 08:34
- 14 Naming Stufffree 06:18
- 15 Putting it All Togetherfree 08:33
- 16 Where do I go from here?free 05:33