Copyright © 2005-2008 Andrea Tincani

AndreaPHP Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (New Download: MySQL Class)Next Topic (New Download: Complex tableless CSS design) New Topic Post Reply
AndreaPHP OnLine : AndreaPHP Downloads News and Comments : New Download: Class to handle the session
Poster Resource
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43
icon New Download: Class to handle the session

New download available:
Class to handle the session

Description:
This class handle the session code for you EX:

<?php

//Include the Session class
require_once 'class/session.php';

//Instantiate Session class
$session = new Session;

//To set a Session
$sesion->set('varName', 'VarValue');

//To Get a Session
$myVar = $session->get('varName');

//Delete a Session Variable
$session->del('varName');

//Destroy the session
$session->destroy;

29-04-2005 at 05:38 AM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Add Comment
AndreaPHP OnLine : AndreaPHP Downloads News and Comments : New Download: Class to handle the session
Previous Topic (New Download: MySQL Class)Next Topic (New Download: Complex tableless CSS design)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: AndreaVB

Copyright © 2005-2008 Andrea Tincani

Powered by: tForum tForum Edition b0.92p1
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team.