Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password Protection

Status
Not open for further replies.

CuriousGuy

Programmer
Nov 29, 2002
17
US
Hi guys,
I have site that needs to be password protected before accesing a particluar link.
I have most of it figured, and the forms all written, but there is a section im really stuck on :


<form action=&quot;some website.php&quot; method=&quot;post&quot;>


Where some website.php is the file where all the passwords are stored etc.
Its that, that im stuck on. How do i create a file with all the settings so that i can password protect a site?


If anyone could help me, i would be very much appreciative


 
&quot;some website.php&quot; is usually a script that reads a file of acceptable passwords. If the password is in the file, the script redirects to the page. If not, it usually sends you to a page that tells you your password is incorrect. There's always a better way...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top