Inserting Php Files I'm learning PHP and right now i'm learning how to add files. However, I'm having trouble importing for example, my header.php into my index.php file. My browser is stuck loading, and nothing is displayed. I have two php files; a footer.php and a header.php that i'm trying to include into a index.php Here's my code for Index.php <html> <head> <title><?php echo $page['title'];?></title> </head> <body> <div class="headerr"> <?php $page = array(); include 'footer.php'; ?> </div> <div> <h1> Hola </h1> <article> Nulla