Backend Processing

Web Application Path

Rate This Course

Please share your feedback

Skip

Backend Processing with Rob Tietje

Basic Operations

Basic Operations

PHP

This lesson covers basic operations in PHP like creating variables and using strings, if statements and arrays.

5m 3s
Completed
Lessons
Getting Started
1 Introduction 11m 10s
2 Basic Operations 5m 3s
Fundamentals
3 Loops & Functions 4m 12s
4 Classes 4m 48s
5 Useful PHP Functions 4m 56s
6 require_once 2m 36s
7 Processing Form Data 5m 38s
8 Sessions 6m 33s
9 JavaScript Object Notation (JSON) 7m 53s
10 File Uploads 4m 12s
MySQL
11 MySQL Basics 5m 34s
12 CRUD Operations 6m 59s
13 PHP & MySQL 4m 34s
14 PHP MySQL Operations 6m 4s
Photo Application
15 Final Project 6m 34s
Assignment
1

Solve the following problem using a PHP script

A person goes on a 3 day road trip, and has the following statistics per day of travel

  1. Day 1: 55mph average over 8.2 hours
  2. Day 2: 70mph average over 6.25 hours
  3. Day 3: 40mph average over 11.5 hours

On which day did the person travel the farthest?