<!DOCTYPE html>
<html>
 <head>
     <meta charset="UTF-8" />
     <meta name="author" content="Manuele" />
    <title> Exemple fonction </title>
 </head>
<body>
    <h1>Identification </h1>
    <form name="formExemple15" action="coursPHP-15.php" method="POST">
          <label >Nom : </label>
          <input type="text" name="client" maxlength="15" /> 
          <br />
          <label >Mot de passe : </label>
          <input type="password" name="mdp" maxlength="15" />
          <br/>
          <input type="submit" value="OK" /> 
    </form>
</body>
</html>