Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Exercises
Exercise 1: Including a file
Statement
Create two files containing the following code:
header.php
<head>
<title>Exercice 1</title>
<meta charset="utf-8"/>
</head>
You need a free account to read this module