t2 en cours

This commit is contained in:
2022-10-14 12:05:34 +02:00
parent bd5367f3be
commit 141fd0f1ef
6 changed files with 119 additions and 72 deletions

15
TD/TD2/d.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
require('./config.php');
?>
<html>
<form method="POST" action="c.php">
<label for="Code">Fichier</label> <input id="File" name="File" value=""/><br />
<input type="submit" name="Envoyer" value="Envoyer" />
</form>
<p>Texte chiffré : <?php echo $ret?></p>
<p>Texte déchiffré : <?php echo $deret?></p>
</html>