PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of oran   Login Script with PDO   logout.php   Download  
File: logout.php
Role: Example script
Content type: text/plain
Description: logout sample
Class: Login Script with PDO
Manage user accounts stored in a database with PDO
Author: By
Last change:
Date: 14 years ago
Size: 91 bytes
 

Contents

Class file image Download
<?php
require_once 'sys.class.php';

$logout = new ChangeSetting;
$logout->Logout();



?>