"debut tp4"
This commit is contained in:
@ -74,6 +74,8 @@ if ($checkE && $checkN) {
|
||||
echo '<p id="rep">Bonjour ' . $denom . ' ' . $tab['nom'] . ' ' . $tab['prenom'] . ',<br />
|
||||
Nous vous remercions d’avoir commandé ' . $v . '<br />'
|
||||
. 'Un mail de conformation vous a été envoyé à l’adresse : ' . $tab['email'] . '</p>';
|
||||
} else {
|
||||
echo "NIKTONKU";
|
||||
}
|
||||
|
||||
|
||||
|
@ -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" />
|
||||
|
Reference in New Issue
Block a user