I’m trying to create a search bar for my website. The search bar should search in a folder called reviews for html documents. You can see my code below. However, it doesn’t work. I just get the replit not found error. Could you respond with a code that works if you know and maybe an explenation if you have time.
Thank you for helping!
<form action="reviews/search.php" method="get">
<input name="a" type="text"/>
<input type="submit" value="Search"/>
</form>