107 funkce + formulář required

This commit is contained in:
kankys
2024-09-30 17:49:39 +02:00
parent 6f18eb5bfb
commit 06061f84dc
6 changed files with 60 additions and 15 deletions

View File

@ -1,7 +1,10 @@
<?php
global $connection;
require "assets/database.php";
$connection = connectionDB();
if (isset($_GET["id"]) and is_numeric($_GET["id"])) {
$sql = "SELECT * FROM student WHERE id = ". $_GET["id"];