Após realizar alteração do arquivo index.php para utilização dos arquivos de cabecalho.php/rodape.php o seguinte erro é gerado quando acesso o index.php : Fatal error: Uncaught Error: Call to undefined function inlcude() in C:\LocalHostPage\Alura - PHP e MySQL\index.php:1 Stack trace: #0 {main} thrown in C:\LocalHostPage\Alura - PHP e MySQL\index.php on line 1
<?php include("cabecalho.php"); ?>
<h1> Bem-Vindo!!! </h1>
<?php include("rodape.php"); ?>