feat: added SQL-Connection and first test for SQL

This commit is contained in:
Ioannis
2025-06-26 22:30:37 +02:00
parent c967535265
commit 40534c1d27
2 changed files with 18 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
<?php
$i = 1;
if($i == 1){
include "db.php";
}
else{
print("nanoildasl");
}
>
?>