Switched 'GET' to 'POST'

This commit is contained in:
2023-09-02 15:22:36 -05:00
parent 1c1e322bd8
commit 3fbb6c99df
5 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ if (!isset($_SESSION['user'])) {
<div id="root" class="w-full h-full">
<div id="formspace" class="flex flex-wrap flex-row w-full bg-white dark:bg-black rounded-lg shadow-lg shadow-black/50">
<form id="form" class="lg:w-1/2 sm:w-full justify-center" method="GET" action="result.php" onsubmit="return validate()">
<form id="form" class="lg:w-1/2 sm:w-full justify-center" method="POST" action="result.php" onsubmit="return validate()">
<div class="flex flex-wrap">
<label for="URL" class="text-2xl ml-4 font-rubik self-center dark:text-[#ffff59] dark:brightness-125">URL</label>
<span class="mandatory font-rubik self-center text-2xl">*</span>