premier commit

This commit is contained in:
BRAMAS Arthur
2025-09-29 11:24:25 +02:00
parent 72e73eac2d
commit 387e1eb5e4
2 changed files with 10 additions and 0 deletions

5
script1.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
include "script2.php";
echo "ICI SCRIPT 1 <br>";

5
script2.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
echo "ICI SCRIPT 2";