PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Igor Feghali   Power 2 Protect   index.php   Download  
File: index.php
Role: Application script
Content type: text/plain
Description: Login Form Page
Class: Power 2 Protect
Restrict user access to pages based on permissions
Author: By
Last change:
Date: 19 years ago
Size: 273 bytes
 

Contents

Class file image Download
<html>
<body>

<form method="POST" action="verify_login.php">
  <p>Login: <input type="text" name="login" size="20"></p>
  <p>Password: <input type="text" name="pwd" size="20"></p>
  <p><input type="submit" value="Submit" name="B1"></p>
</form>

</body>

</html>