t2 en cours
This commit is contained in:
15
TD/TD2/d.php
Normal file
15
TD/TD2/d.php
Normal 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>
|
Reference in New Issue
Block a user