RE: login and logout (OT)

2002-03-08 Thread Matthew Walker
hew Walker Sent: Friday, March 08, 2002 4:03 PM To: Todd Williamsen; mysql list Subject: RE: login and logout (OT) I have, but I'd rather not reinvent the wheel if I don't have to, though I'm almost to the point where I'm going to need to. Matthew Walker Ecommerce Proj

RE: login and logout (OT)

2002-03-08 Thread Matthew Walker
ay, March 08, 2002 3:51 PM To: Matthew Walker; [EMAIL PROTECTED]; 'mysql list'; 'Siulun A Sze' Subject: RE: login and logout Matthew... Did you look into the session variables Session_start() Session_register() Mysql, query -Original Message- From: Matthew Walker

RE: login and logout

2002-03-08 Thread Todd Williamsen
Matthew... Did you look into the session variables Session_start() Session_register() Mysql, query -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 4:49 PM To: [EMAIL PROTECTED]; mysql list; Siulun A Sze Subject: RE: login and logout

RE: login and logout

2002-03-08 Thread Matthew Walker
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:05 PM To: mysql list; Siulun A Sze Subject: Re: login and logout Don't know what web server your using, but I use apache's .htmaccess feature to control user access. Works good

Re: login and logout

2002-03-08 Thread mike
, March 08, 2002 4:04 PM Subject: login and logout > Does anyone have a php sample code handling login and > logout using cookie? > > I tried to use SESSION, but when I click back on the > browswer, it lost all the data I previously entered in > a form. > > I want to have a

login and logout

2002-03-08 Thread Siulun A Sze
Does anyone have a php sample code handling login and logout using cookie? I tried to use SESSION, but when I click back on the browswer, it lost all the data I previously entered in a form. I want to have a section on the website that is only used by registered users. The site developed using