Creating Your First PHP Application (3 Parts)

Creating Your First PHP Application 1

This tutorial is intended for readers who know the very basics of PHP and Object Oriented Programming (OOP) and would like to create a basic web application.

Read Part 1

Creating Your First PHP Application 2

In part 2, we’ll be writing two more classes and we’ll be finishing up the “back-end” portion of this basic web application.

Read Part 2

Creating Your First PHP Application 3

We’re now ready to build the front end pages. Bear in mind that everything you see here can be expanded and improved upon. For the purposes of this tutorial I’ve kept things relatively simple.

Read Part 3

Leave a comment