PHP Classes

File: clear.php

Recommend this page to a friend!
  Classes of Martijn Waeyenbergh   PHP MySQL Generator   clear.php   Download  
File: clear.php
Role: Application script
Content type: text/plain
Description: clearing the data
Class: PHP MySQL Generator
Generate classes to access MySQL database tables
Author: By
Last change:
Date: 2 years ago
Size: 107 bytes
 

Contents

Class file image Download
<?php

    session_start
();
   
session_destroy();
   
session_start();

   
header("Location: index.php");

?>