HTML include statement
- by iMaster
I'm just trying to do a simple include statement in HTML. I have no clue why its not working. My file setup is basically index.php in the root and then a file called "includes" with a file "header.html" inside. So here's my code:
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>Title</title>
<link…