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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Add a Secure Page

Status
Not open for further replies.

julesNDC

IS-IT--Management
Dec 2, 2005
81
US

I need to add a secure page to a web site and from there being able to add PDF and/or word documents but only some people can have access to these doc and not the general public.

Also once logged in the user should not be promped for user name/pass. for every doc.

I found a couple of articles on line that describe how to do it but no luck.

Thanks
 
The easiest way would be to use a scripting language such as Perl or PHP to achieve this task. Your Usernames and passwords could be stored in a flat file or a database depending on complexity. I would always go for the database option as it allows for future expansion.

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top