Keyword now gets its data from session, made a error pages display
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
<?php
|
||||
/*
|
||||
require "../bootstrap.php";
|
||||
*/
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -15,7 +10,6 @@ require "../bootstrap.php";
|
||||
|
||||
<form action="../Backend/keyWordsRemaining.php" method="POST">
|
||||
<input type="text" name="key_word" placeholder="key word">
|
||||
<input type="number" name="group_id" placeholder="group id">
|
||||
<input type="submit" name="submitKeyWord" value="Submit">
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user