RE: Require Session example

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



by the way , on the following example , you don't use session_register ? 
when they use session_register ? 
and could you tell on how to use Kill session



-----Original Message-----
From: karthikeyan [mailto:karthikeyan@naturesoft.net]
Sent: Thursday, October 16, 2003 1:29 AM
To: Rinku Shivnani; php-windows@lists.php.net
Subject: Re:  Require Session example


//start the session - in all the pages
session_start();

//store it like that
$_SESSION["name"]= "Rinku"; 

//use it anywher like this
echo $_SESSION["name"];


----- Original Message ----- 
From: "Rinku Shivnani" <rinku@banas.guj.nic.in>
To: <php-windows@lists.php.net>
Sent: Thursday, October 16, 2003 1:51 PM
Subject:  Require Session example


> Dear all,
> 
> I need session example. Can any of you send me some session 
> example in php pls. I wd be thankful to you.
> 
> 
> Regards,
> Rinku
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux