Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stanga Razvan  >  Encode Cookie  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: readme
Class: Encode Cookie
Manage information stored in encrypted cookies
Author: By
Last change:
Date: 2003-11-04 06:33
Size: 685 bytes
 

Contents

Class file image Download
//=============================//
//                             //
//   encodeCookie v0.1         //
//   encodeCookie Readme       //
//   readme.txt                //
//   by Stanga Razvan          //
//   razvan_stanga@yahoo.com   //
//   http://www.phprebel.org   //
//                             //
//       MADE IN ROMANIA       //
//                             //
//=============================//

Look at the example to learn how to use it and edit :

define ("DOMAIN", "phprebel.org");
define ("PATH", "/");
define ("COOKIEID", "encodeCookie");
define ("COOKIEKEY", "raz"); // max 5 chars is good

in encodeCookie.Class.php

Please send me feedback if you have a problem.