PHP Lessons

Getting Started With PHP

Getting Started With PHP

Welcome, this where you get to install some stuff you need in order to...

Introduction

Introduction

Everything you need to get you started with PHP is here.

Variables and types

Variables and types

As we already know, variables are containers that can store information...

Conditional statements

Conditional statements

We can use so-called conditional statements to run a segment of a...

Arrays

Arrays

An array is a special kind of variable that can store multiple values in a single...

Loops

Loops

Sometimes we need to repeat a task over and over again...

Functions

Functions

A function is a block of code that we can reuse whenever we ...

Rate This Course