October 2016
Intermediate to advanced
320 pages
6h 39m
English
We'll be building the admin system for handling all our purchases. This is in order to keep track of each customer that bought something from our site. It will consist of two pages:
We will also be adding some features to these pages in order to make it easier for an admin to make changes to a customer's information.
We'll also create a simple htaccess apache rule in order to block other people from accessing our admin site, because it contains highly sensitive data.
Let's first start selecting all the data inside our purchases table:
<?php //create an html variable for printing the html of our page: $html = '<!DOCTYPE ...
Read now
Unlock full access