Learning PHP — Part Three: Arrays and Forms

Date

Timestamps

  • :17 — Arrays
  • :44 — Counting Items
  • 1:04 — Sorting Arrays
  • 1:53 — Shuffle
  • 2:07 — Push and Splice
  • 3:00 — Merging Arrays
  • 3:17 — Forms
  • 3:33 — $_POST and $_GET
  • 4:33 — Showing Data in Fields
  • 5:18 — Doing Something with the Data

Now we know how to create a webpage and style it, so let’s move on to adding dynamic content to the page. And we do that with PHP, or PHP Hypertext Processor. This is how you can grab data from files or a database, loop through the data and display it in any way possible….


Now we know how to create a webpage and style it, so let’s move on to adding dynamic content to the page. And we do that with PHP, or PHP Hypertext Processor. This is how you can grab data from files or a database, loop through the data and display it in any way possible. Today, we’ll go over arrays even further and talk about how to handle submitted form data.

Leave a Reply

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

I accept the Privacy Policy

This site uses Akismet to reduce spam. Learn how your comment data is processed.