diff --git a/2020-2021/TD2/index.php b/2020-2021/TD2/index.php index 4d44484..2462a1e 100755 --- a/2020-2021/TD2/index.php +++ b/2020-2021/TD2/index.php @@ -108,7 +108,7 @@ function generatePsw(String $s) : String { - M314 - TD1 + M314 - TD2

M314 - TD2 : Manipulation des boucles, expressions conditionnelles et introduction aux tables globales

diff --git a/2020-2021/TD3/check.php b/2020-2021/TD3/check.php index c48aacf..541e2af 100644 --- a/2020-2021/TD3/check.php +++ b/2020-2021/TD3/check.php @@ -74,6 +74,8 @@ if ($checkE && $checkN) { echo '

Bonjour ' . $denom . ' ' . $tab['nom'] . ' ' . $tab['prenom'] . ',
Nous vous remercions d’avoir commandé ' . $v . '
' . 'Un mail de conformation vous a été envoyé à l’adresse : ' . $tab['email'] . '

'; +} else { + echo "NIKTONKU"; } diff --git a/2020-2021/TD3/index.php b/2020-2021/TD3/index.php index c188618..273a457 100755 --- a/2020-2021/TD3/index.php +++ b/2020-2021/TD3/index.php @@ -15,7 +15,7 @@ file_put_contents('./voiture.txt', ""); - M314 - TD1 + M314 - TD3

M314 - TD3 : Manipulation des boucles, expressions conditionnelles et introduction aux tables globales

diff --git a/2020-2021/TD4/TP4-eno.pdf b/2020-2021/TD4/TP4-eno.pdf new file mode 100644 index 0000000..d33ccd0 Binary files /dev/null and b/2020-2021/TD4/TP4-eno.pdf differ diff --git a/2020-2021/TD4/Voitures.txt b/2020-2021/TD4/Voitures.txt new file mode 100755 index 0000000..8d7722a --- /dev/null +++ b/2020-2021/TD4/Voitures.txt @@ -0,0 +1,5 @@ +Renault Peugeot Citroen Volkswagen +Twingo 107 C1 Lupo +Clio 207 C3 Polo +Megane 308 C4 Golf +Laguna 508 C5 Passat diff --git a/2020-2021/TD4/index.php b/2020-2021/TD4/index.php new file mode 100755 index 0000000..55c1f43 --- /dev/null +++ b/2020-2021/TD4/index.php @@ -0,0 +1,84 @@ + +'; + } +} + +?> + + + + + M314 - TD4 + +

M314 - TD4 – Manipulation de fichiers et de répertoire

+ + + + + + + + + + + + + + + \ No newline at end of file