RE: [PHP-WIN] Require Session example

2003-10-16 Thread Rinku Shivnani
If possible send me some php form example pls. Regards, Rinku -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Require Session example

2003-10-16 Thread Rinku Shivnani
Dear all pls give me full detail pls. Regards, Rinku -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Require Session example

2003-10-16 Thread Socheat
EMAIL PROTECTED] Subject: Re: [PHP-WIN] 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: &quo

Re: [PHP-WIN] Require Session example

2003-10-16 Thread Mac Intyre, Steven
what do you mean session example ? http://www.phpfreaks.com/tutorials/41/0.php Thats how i learnt sessions. Steven On 16 Oct 2003 at 13:51, Rinku Shivnani wrote: > Dear all, > > I need session example. Can any of you send me some session > example in php pls. I wd be thankful to you. > >

Re: [PHP-WIN] Require Session example

2003-10-16 Thread karthikeyan
TECTED]> Sent: Thursday, October 16, 2003 1:51 PM Subject: [PHP-WIN] 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 W

[PHP-WIN] Require Session example

2003-10-16 Thread Rinku Shivnani
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