[Ilugc] Re: ilugc Digest, Vol 2, Issue 88

  • From: vichu@xxxxxxxxxxx (vichu)
  • Date: Sat Jul 31 12:44:15 2004

Hi buddy,

You can do this :

$_SESSION["variable-name"] = <value>;

I guess, in all the pages where you want to access this variable, in the top
of the script, say :

session_start();

thats it.

Reminding you of your friends : www.google.com and www.php.net/session_start

-ramki

From: suresh <linuxwithme@xxxxxxxxx>
Subject: [Ilugc] Php sessions help
hello friends

  I am learning php (and  html also),till now i am using this statement
(<input type="hidden" name="variable-name"> ) to acess the variables
which are navigated from the first to the last page.

  But now i would like to use sessions concepts . So please sugesst me
useful links .so that i can learn from the basics.
  Of course i am trying to google out some of the links .

thanks in advance.
-Suresh

Other related posts:

  • » [Ilugc] Re: ilugc Digest, Vol 2, Issue 88 - vichu