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
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
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
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
, 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
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