PHP Classes

File: logout.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Netflix Clone   logout.php   Download  
File: logout.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Netflix Clone
Manage a library of movies to rent like Netflix
Author: By
Last change:
Date: 24 days ago
Size: 75 bytes
 

Contents

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