make search better
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
<label for="group">Group Name:</label>
|
||||
<input type="text" id="group" name="group" value="<?php echo htmlspecialchars($_GET['group']); ?>" required>
|
||||
<button type="submit">Query</button>
|
||||
</form>
|
||||
</form><p>
|
||||
<?php else : ?>
|
||||
<form action="index.php" method="GET">
|
||||
<label for="group">Group Name:</label>
|
||||
<input type="text" id="group" name="group" required>
|
||||
<button type="submit">Query</button>
|
||||
</form>
|
||||
</form><p>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user