how to apply database search engine in my website main page code example
Example: functioning search engine code
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<input type="text" placeholder="search anything!">
<button>Search!</button>
<h1>Note!</h1>
<p>this isnt a functioning search engine, learn php to do so.</p>
<script src="script.js"></script>
</body>
</html>