PHP Classes

File: read.php

Recommend this page to a friend!
  Classes of Julien PACHET   Simplest session   read.php   Download  
File: read.php
Role: Example script
Content type: text/plain
Description: 2/2 example file
Class: Simplest session
Wrapper class to manipulate session variables
Author: By
Last change:
Date: 20 years ago
Size: 130 bytes
 

Contents

Class file image Download
<?
include "session.inc.php";
$s=new session();
$var=$s->get("var");
echo
$var,"<br>\n"; // 'a thing' had to be seen....
?>