"debut tp4"

This commit is contained in:
JunkJumper
2020-10-19 10:35:29 +02:00
parent 00bcd86bb4
commit 032f990057
6 changed files with 93 additions and 2 deletions

View File

@ -74,6 +74,8 @@ if ($checkE && $checkN) {
echo '<p id="rep">Bonjour ' . $denom . ' ' . $tab['nom'] . ' ' . $tab['prenom'] . ',<br />
Nous vous remercions davoir commandé ' . $v . '<br />'
. 'Un mail de conformation vous a été envoyé à ladresse : ' . $tab['email'] . '</p>';
} else {
echo "NIKTONKU";
}

View File

@ -15,7 +15,7 @@ file_put_contents('./voiture.txt', "");
<html>
<head>
<title>M314 - TD1</title>
<title>M314 - TD3</title>
<link rel="icon" type="image/png" href="https://www.junkjumper-projects.com/umming_lines_paint.png" />
<h1>M314 - TD3 : Manipulation des boucles, expressions conditionnelles et introduction aux tables globales</h1>
<meta charset="UTF-8" />