first commit
This commit is contained in:
8
Suli/13.b/Backend/2024. 10. 17/nyolc.php
Normal file
8
Suli/13.b/Backend/2024. 10. 17/nyolc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
session_start();
|
||||
include("func.php");
|
||||
if (check_post()) {
|
||||
echo add(szam1: $_SESSION["num1"], szam2: $_SESSION["num2"]);
|
||||
}
|
||||
include("html.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user