I have a registration page written in HTML with some php code up in the beginning of the page, only renders the code written, not the webpage just plain text, will post photos as soon as I am home.
Reinstalled xammp to see if I had corrupt files.
no error code show or webpage just plain text of what I have written.
here is my code:
<?php
require_once('connection.php');
?>
<!DOCTYPE HTML>
<HTML lang="en">
<meta charset="utf-8">
<link rel="stylesheet" href= "style.css">
<script src="myFunction.js"></script>
<script src="video.js"></script>
<head>
<title>Young Theod - Moorish Music</title>
</head>
<main>
<header>
<p>
<div class="logo">
<img src="Mooringmusic.jpg" alt="Mooring Music" class="center">
</div>
</p>
</header>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Menu</button>
<div id="myDropdown" class="dropdown-content">
<a href="home.html">Home</a>
<a href="discography.html">Discography</a>
<a href="videos.html">Videos</a>
<a href="gallery.html">Galley</a>
<a href="shop.html">Shop</a>
<a href="portfolio.html">Portfolio</a>
<a href="list.html">Stay Updated</a>
</div>
</div>
</main>
<footer>
<h5>Designed and maintained by Unsullied Technologies L.L.C ®</h5>
<time></time>
</html>