Files
premier/script1.php

10 lines
182 B
PHP
Raw Permalink Normal View History

2025-09-29 11:24:25 +02:00
<?php
include "script2.php";
2025-09-29 12:06:38 +02:00
include "Etudiant.php";
2025-09-29 11:24:25 +02:00
echo "ICI SCRIPT 1 <br>";
2025-09-29 12:06:38 +02:00
$etudiant1 = new Etudiant("test","test",8);
echo $etudiant1->getEtudiant();