Login   Register  
PHP Classes
elePHPant
Icontem

File: read.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-08-27 08:36
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....
?>