Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Feghali  >  Power 2 Protect  >  index.php  
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
 

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>