PHP Classes

File: examples/basic/reset.php

Recommend this page to a friend!
  Classes of Subin Siby   Secure PHP Login System   examples/basic/reset.php   Download  
File: examples/basic/reset.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/reset.php
Date: 2 months ago
Size: 142 bytes
 

Contents

Class file image Download
<html>
    <head></head>
    <body>
        <?php
       
require 'config.php';
       
$LS->forgotPassword();
       
?>
</body>
</html>