PHP Classes

File: examples/basic/index.php

Recommend this page to a friend!
  Classes of Subin Siby   Secure PHP Login System   examples/basic/index.php   Download  
File: examples/basic/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Secure PHP Login System
Register and login users using a database via PDO
Author: By
Last change: Update of examples/basic/index.php
Date: 2 months ago
Size: 171 bytes
 

Contents

Class file image Download
<?php
require 'config.php';
?>
<!DOCTYPE html>
<html>
    <head></head>
    <body>
        <p>The Index Page</p>
        <a href="login.php">Login</a>
    </body>
</html>