PHP Classes

File: main/index.php

Recommend this page to a friend!
  Classes of Zamani   PHP Login System with Email Verification   main/index.php   Download  
File: main/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Login System with Email Verification
Register and login users activated using email
Author: By
Last change:
Date: 2 years ago
Size: 221 bytes
 

Contents

Class file image Download
<?php
require_once '../class/user.php';
require_once
'config.php';
$user->indexHead();
$user->indexTop();
$user->loginForm();
$user->activationForm();
$user->indexMiddle();
$user->registerForm();
$user->indexFooter();
?>