PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   AppML PHP CRUD   logout.php   Download  
File: logout.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: AppML PHP CRUD
Example of the AppML to build CRUD pages
Author: By
Last change:
Date: 6 months ago
Size: 82 bytes
 

Contents

Class file image Download
<?php
session_start
();
session_destroy();
header("Location: login.php"); exit;
?>