<?php
include('hogwarts.php');
include('harry.php');
include('ron.php');
include('hermione.php');
include('teachers.php');
include('students.php');
include('muggles.php');
include('lordvoldemort_and_friends.php');
include('horcruxes.php');
include('deathly_hallows.php');
for ($i = 1; $i <= 8; $i++) {
if ($i<8){
echo "Film no".$i." ->Mysterious things occurred<br>";
} elseif ($i==8) {
$harry = "I kill Voldemort forever";
echo "Film no8 -> Harry says: ".$harry;
}
}
?>
include('hogwarts.php');
include('harry.php');
include('ron.php');
include('hermione.php');
include('teachers.php');
include('students.php');
include('muggles.php');
include('lordvoldemort_and_friends.php');
include('horcruxes.php');
include('deathly_hallows.php');
for ($i = 1; $i <= 8; $i++) {
if ($i<8){
echo "Film no".$i." ->Mysterious things occurred<br>";
} elseif ($i==8) {
$harry = "I kill Voldemort forever";
echo "Film no8 -> Harry says: ".$harry;
}
}
?>