PHP Classes

File: templates/login.html

Recommend this page to a friend!
  Classes of Yerfry Ramirez   Simple PHP OOP CMS   templates/login.html   Download  
File: templates/login.html
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: Simple PHP OOP CMS
Build Web site pages from template classes
Author: By
Last change: Update login.html
Date: 9 years ago
Size: 448 bytes
 

Contents

Class file image Download
{if isset($_POST['Login'], $message)} {$message} {/if} <form method="POST" action="{echo:$_SERVER['PHP_SELF']}"> <input type="text" name="username" placeholder="Username" value="{isset($_POST['username']) ? $_POST['username'] : ''}"/> <br /> <input type="password" name="password" placeholder="Password" /> <br /> <button type="submit" name="Login">Login</button>&nbsp;<a href="register.php"><button type="button">Signup</button></a> </form>