RE: Loggin in from form

2003-11-12 Thread Dan Muey
> On Tue, 2003-11-11 at 17:06, Dan Muey wrote: > > Howdy group! > > > > Here's something I was wondering if anyone had experience with. > > > > If I create a login form with html that takes a username > and password. > > > > What do I need to do to make a script that will take that input > > an

Re: Loggin in from form

2003-11-11 Thread Kevin Old
On Tue, 2003-11-11 at 17:06, Dan Muey wrote: > Howdy group! > > Here's something I was wondering if anyone had experience with. > > If I create a login form with html that takes a username and password. > > What do I need to do to make a script that will take that input > and log the user in to

Re: Loggin in from form

2003-11-11 Thread Tore Aursand
On Tue, 11 Nov 2003 16:06:18 -0600, Dan Muey wrote: > What do I need to do to make a script that will take that input and log > the user in to an apache .htaccess protected directory? Have you searched CPAN? I'm sure I've seen module(s) there which does what you request. -- Tore Aursand <[EMAI

Loggin in from form

2003-11-11 Thread Dan Muey
Howdy group! Here's something I was wondering if anyone had experience with. If I create a login form with html that takes a username and password. What do I need to do to make a script that will take that input and log the user in to an apache .htaccess protected directory? Is it a certain fo