Layout.php is not showing the header.php part
问题 I have Html like below. <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head> <body style="background:#F7F7F7;"> <div class=""> </div> </body> </html> I divided this html in two PHP files. So.There is Header.php . Like Below. <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta,