How to convert a base HTML file into PhP

Опубликовано: 02 Март 2021
на канале: Zen
14,106
93

In this video we look at converting a blank HTML page into its PhP equivalents (base.php, header.php and footer.php) in order to start the creation of a dynamic website.

This video acts as the 2nd video in many of my video series.

Links:
laragon homepage: https://laragon.org/
download zenpen usb drive system:


Chapters:

0:00 Video start
0:23 Why do we need to do this
2.30 Convert base.html in base.php
3:38 Adding the server session cookie
4:20 Add the links to header.php and footer.php
6:26 Create the empty header and footer pages
7:37 Download Laragon
8:34 Setting the document root folder on Laragon
9:18 Viewing the webpage
10:53 Wrapping up