[php] log

Viewer

  1. <?php include('../datalayer/server.php') ?>
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.         <title>Doctor</title>
  7.         <link rel="stylesheet" type="text/css" href="style3.css">
  8. </head>
  9. <body class="Dbody">
  10.         <div class="Dheader">
  11.         <h2>Doctor Login</h2>
  12. </div>
  13.  
  14. <form method="post" action="login2.php" class="Dform">
  15.  
  16.         <?php include ('../datalayer/errors.php')?>
  17.  
  18.         <div class="input-groupD">
  19.                 <label>Doctor ID</label>
  20.                 <input type="text" name="doctorID">
  21.  
  22.         </div>
  23.  
  24.  
  25.  
  26.  
  27.         <div class="input-groupD">
  28.                 <label>Password</label>
  29.                 <input type="Password" name="doctorpassword">
  30.  
  31.  
  32.  
  33.         <div class="input-groupD">
  34.                 <button type="submit" name="Login2" class="btnD"> Login</button>
  35.         </div>

Editor

You can edit this paste and save as new:


File Description
  • log
  • Paste Code
  • 24 Jan-2022
  • 689 Bytes
You can Share it: