[PHP] Re: Password Protection

2005-02-17 Thread Kevin Javia
Thank you people. "Kevin Javia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am experimenting on my site and I want to make it password protected like > www.realsolution.com. > > If any one enters correct user name and password, only then they will be > able to enter into my sit

[PHP] Re: Password Protection

2005-02-17 Thread Steve
Kevin Javia wrote: I am experimenting on my site and I want to make it password protected like www.realsolution.com. If any one enters correct user name and password, only then they will be able to enter into my site. How can I do that in PHP? Any ideas? Thanks a ton in advance. Try this: functio

[PHP] Re: password protection/encryption

2003-12-08 Thread Mike
Chris Mach wrote: Greetings, I'm working on a project that involves a password protected area of a website. Some one also involved brought up the point that this area should be secure (Whit the lock icon indicating it is encrypted). In this particular project the password protected area will be a

[PHP] Re: password protection/encryption

2003-12-06 Thread Jas
Some questions to ask yourself... 1. Am I storing personally identifiable information (eg. Names, addresses, phone numbers, email addresses, credit card data)? 2. Will this data be stored in a text file or database? 3. Is this text file or database directly connected to the internet? 4. What type